ASPxClientEvent<T> Methods
Represents the event object used for client-side events.
Name | Description |
---|---|
Add |
Dynamically connects the event with an appropriate event handler function. |
Clear |
Dynamically disconnects the event from all the associated event handler functions. |
Fire |
For internal use only. |
Remove |
Dynamically disconnects the event from the associated event handler function. |
See Also