Back to Devexpress

DockPanel.ClosedPanel Event

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-5f327c05.md

latest2.0 KB
Original Source

DockPanel.ClosedPanel Event

Occurs after the current panel has been closed.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DockPanelEventHandler ClosedPanel
vb
Public Event ClosedPanel As DockPanelEventHandler

Event Data

The ClosedPanel event's data class is DockPanelEventArgs. The following properties provide information specific to this event:

PropertyDescription
PanelGets the processed dock panel.

Remarks

After a specific panel has been closed two events are fired: the panel’s ClosedPanel and the dock manager’s DockManager.ClosedPanel event. Either of these events can be handled to receive a notification that a specific panel has been closed. See the DockManager.ClosingPanel topic for more information.

See Also

DockPanel.ClosingPanel

ClosedPanel

DockManager.ClosingPanel

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace