Skip to main content

constructor(window, pinned) Constructor

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

Declaration

constructor(
    window: ASPxClientPopupWindow,
    pinned: boolean
)

Parameters

Name Type Description
window ASPxClientPopupWindow

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

pinned boolean

true if the window has been pinned; false if the window has been unpinned.

See Also