ASPxClientEvent<T> Class
Represents the event object used for client-side events.
Declaration
declare class ASPxClientEvent<T>
Type Parameters
Name |
---|
T |
Remarks
The ASPxClientEvent class serves as the event object for events generated for web controls on the client-side.
This object facilitates the handling of client-side events. It declares the ASPxClientEvent.AddHandler and ASPxClientEvent.RemoveHandler methods which respectively connect and disconnect a handler to/from an event. You can use these methods to manually manipulate event handlers (assign or remove them) while operating on the client-side.
See Also