Skip to main content

ASPxClientPopupWindowCloseUpEventArgs Members

In This Article
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
Show Inherited Hide Inherited

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