ASPxClientPopupWindowCloseUpEventArgs Members
Provides data for the ASPxClientPopupControlBase.CloseUp event.Constructors
Name | Description |
---|---|
constructor(window, closeReason) | Initializes a new instance of the ASPxClientPopupWindowCloseUpEventArgs class with the specified settings. |
Properties
Name | Description |
---|---|
closeReason | Gets the value that identifies the reason the popup window closes. |
window | Gets the popup window object related to the event. Inherited from ASPxClientPopupWindowEventArgs. |
See Also