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