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 |
|
See Also