Skip to main content
A newer version of this page is available. .
Tab

DockManagerCancelEventArgs(ASPxDockPanel, ASPxDockZone) Constructor

Initializes a new instance of the DockManagerCancelEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DockManagerCancelEventArgs(
    ASPxDockPanel panel,
    ASPxDockZone zone
)

Parameters

Name Type Description
panel ASPxDockPanel

An ASPxDockPanel object that is being docked in a zone. This value is assigned to the DockManagerEventArgs.Panel property.

zone ASPxDockZone

The ASPxDockZone object where the panel is being docked. This value is assigned to the DockManagerEventArgs.Zone property.

Remarks

Instances of the DockManagerCancelEventArgs class are automatically created, initialized and passed to a ASPxDockManager.BeforeDock event handler.

See Also