ASPxClientPopupWindowCancelEventHandler<Sender> Interface
A method that will handle the popup window’s cancelable client events.
Declaration
interface ASPxClientPopupWindowCancelEventHandler<Sender> { (source: Sender, e: ASPxClientPopupWindowCancelEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | An object representing the event’s source. Identifies the popup window object that raised the event. |
| e | ASPxClientPopupWindowCancelEventArgs | An ASPxClientPopupWindowCancelEventArgs object that contains event data. |