ASPxClientCancelEventHandler<Sender> Interface
A method that will handle the cancelable events of a web control’s client-side equivalent.
#Declaration
interface ASPxClientCancelEventHandler<Sender> { (source: Sender, e: ASPxClientCancelEventArgs): 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 |