constructor(processOnServer, panel) Constructor
Initializes a new object of the ASPxClientDockZoneCancelEventArgs type with the specified settings.
Declaration
constructor(
processOnServer: boolean,
panel: ASPxClientDockPanel
)
Parameters
| Name | Type | Description |
|---|---|---|
| processOnServer | boolean |
|
| panel | ASPxClientDockPanel | An ASPxClientDockPanel object that is a panel related to the event. |
Remarks
For internal use only.
See Also