constructor(window) Constructor
Initializes a new instance of the ASPxClientPopupWindowEventArgs class.
Declaration
constructor(
window: ASPxClientPopupWindow
)
Parameters
| Name | Type | Description |
|---|---|---|
| window | ASPxClientPopupWindow | A ASPxClientPopupWindow object representing the popup window related to the generated event. |
See Also