ASPxClientEvent<T> Methods
Represents the event object used for client-side events.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