ASPxClientEvent<T>.ClearHandlers Method
Dynamically disconnects the event from all the associated event handler functions.
Declaration
ClearHandlers(): void
Remarks
This method removes all the handling functions associated with the client-side event represented by the event object.
See Also