constructor(window, closeReason) Constructor
Initializes a new instance of the ASPxClientPopupWindowCloseUpEventArgs class with the specified settings.
Declaration
constructor(
window: ASPxClientPopupWindow,
closeReason: ASPxClientPopupControlCloseReason
)
Parameters
| Name | Type | Description |
|---|---|---|
| window | ASPxClientPopupWindow | An ASPxClientPopupWindow object that is a popup window related to the generated event. |
| closeReason | ASPxClientPopupControlCloseReason | One of the ASPxClientPopupControlCloseReason enumeration values that specifies the reason the popup window closes. |
See Also