ASPxClientPopupWindowEventHandler<Sender> Interface
A method that will handle the popup control’s client events when a popup window is manipulated.
#Declaration
interface ASPxClientPopupWindowEventHandler<Sender> { (source: Sender, e: ASPxClientPopupWindowEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event’s source. Identifies the popup control object (ASPx |
e | ASPx |
An ASPx |