Skip to main content
Tab

DockManagerEventArgs(ASPxDockPanel, ASPxDockZone) Constructor

Initializes a new instance of the DockManagerEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DockManagerEventArgs(
    ASPxDockPanel panel,
    ASPxDockZone zone
)

Parameters

Name Type Description
panel ASPxDockPanel

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

zone ASPxDockZone

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

Remarks

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

See Also