Skip to main content

EndDockingEventArgs(DockPanel, Boolean) Constructor

Initializes a new instance of the EndDockingEventArgs class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public EndDockingEventArgs(
    DockPanel panel,
    bool canceled
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object representing the docked panel. This value is assigned to the DockPanelEventArgs.Panel property.

canceled Boolean

true if the docking operation was canceled by an end-user; otherwise, false. This value is assigned to the EndDockingEventArgs.Canceled property.

See Also