Skip to main content

DockPanelCancelEventArgs(DockPanel) Constructor

Initializes a new instance of the DockPanelCancelEventArgs class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockPanelCancelEventArgs(
    DockPanel panel
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object representing the dock panel which is being closed. This value is assigned to the DockPanelEventArgs.Panel property.

See Also