DockPanelCancelEventArgs(ASPxDockZone) Constructor
Initializes a new instance of the DockPanelCancelEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
zone | ASPxDockZone | An ASPxDockZone object where a panel is being docked. This value is assigned to the DockPanelCancelEventArgs.Zone property. |
Remarks
Instances of the DockPanelCancelEventArgs class are automatically created, initialized and passed to a ASPxDockPanel.BeforeDock event handler.
See Also