Skip to main content

ASPxClientPopupWindowResizeEventArgs Members

In This Article
Provides data for the ASPxClientPopupControlBase.Resize event.

#Constructors

Name Description
constructor(window, resizeState) Initializes a new instance of the ASPxClientPopupWindowResizeEventArgs class with the specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
resizeState Returns the value indicating the window state after resizing.
window Gets the popup window object related to the event. Inherited from ASPxClientPopupWindowEventArgs.
See Also