constructor(processOnServer, panel) Constructor
In This Article
Initializes a new object of the ASPxClientDockZoneProcessingModeEventArgs type with the specified settings.
#Declaration
TypeScript
constructor(
processOnServer: boolean,
panel: ASPxClientDockPanel
)
#Parameters
Name | Type | Description |
---|---|---|
process |
boolean |
|
panel | ASPx |
An ASPx |
#Remarks
For internal use only.
See Also