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

DockPanel.ClosedPanel Event

Occurs after the current panel has been closed.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event DockPanelEventHandler ClosedPanel

Event Data

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

Property Description
Panel Gets 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