ASPxClientPopupWindowResizeEventArgs Members
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
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