Skip to main content
A newer version of this page is available. .

constructor(window, resizeState) Constructor

Initializes a new instance of the ASPxClientPopupWindowResizeEventArgs class with the specified settings.

Declaration

constructor(
    window: ASPxClientPopupWindow,
    resizeState: number
)

Parameters

Name Type Description
window ASPxClientPopupWindow

An ASPxClientPopupWindow object that is a popup window related to the generated event.

resizeState number

The integer value determining the window state.

See Also