Skip to main content

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