Skip to main content
Tab

DockPanelCancelEventArgs(ASPxDockZone) Constructor

Initializes a new instance of the DockPanelCancelEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DockPanelCancelEventArgs(
    ASPxDockZone zone
)

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