| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.events.EventDelegate
Field Summary | |
| public | args: Array |
| Returns The optional arguments to pass to the function when invoked. | |
| public | method: Function |
| Returns The function or name of function to run. | |
| public | target: Object |
| Returns the object on which this event handler will perform an action | |
Constructor | |
| public | EventDelegate ( target: Object, method) |
| Creates a new EventHandler object; you generally use one of the create methods instead of invoking this constructor directly | |
Method Summary | |
| public | handleEvent ( e: Event ): Void |
| DOM3 compliant callback for events | |
| public | processArguments ( eArgs: Array ): Array |
| Process the event arguments | |
| public var args: Array |
| Returns The optional arguments to pass to the function when invoked. |
| public var method: Function |
| Returns The function or name of function to run. |
| public var target: Object |
| Returns the object on which this event handler will perform an action |
|
| Creates a new EventHandler object; you generally use one of the create methods instead of invoking this constructor directly | ||||||
|
|
| DOM3 compliant callback for events |
|
| Process the event arguments |
|