Back to Devexpress

ASPxClientEvent<T>.ClearHandlers Method

aspnet-js-aspxclientevent-1-ca9039fa.md

latest697 B
Original Source

ASPxClientEvent<T>.ClearHandlers Method

Dynamically disconnects the event from all the associated event handler functions.

Declaration

ts
ClearHandlers(): void

Remarks

This method removes all the handling functions associated with the client-side event represented by the event object.

See Also

RemoveHandler(handler)

AddHandler(handler)

Client-Side Events

ASPxClientEvent<T> Class

ASPxClientEvent<T> Members