ASPxClientDockZoneProcessingModeEventArgs Members
Provides data for the ASPxClientDockZone.AfterDock event.Constructors
| Name | Description |
|---|---|
| constructor(processOnServer, panel) | Initializes a new object of the ASPxClientDockZoneProcessingModeEventArgs type with the specified settings. |
Properties
| Name | Description |
|---|---|
| panel | Gets the panel currently being processed. |
| processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
See Also