ASPxClientEvent<T> Members
Represents the event object used for client-side events.Methods
| Name | Description |
|---|---|
| AddHandler(handler) | Dynamically connects the event with an appropriate event handler function. |
| ClearHandlers | Dynamically disconnects the event from all the associated event handler functions. |
| FireEvent(source, e) | For internal use only. |
| RemoveHandler(handler) | Dynamically disconnects the event from the associated event handler function. |
See Also