ASPxClientProcessingModeCancelEventHandler<Sender> Interface
A method that will handle the cancelable client-side events which allow the event’s processing to be passed to the server side.
#Declaration
interface ASPxClientProcessingModeCancelEventHandler<Sender> { (source: Sender, e: ASPxClientProcessingModeCancelEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event source. Identifies the web control that raised the event. |
e | ASPx |
An ASPx |