DockPanel.ClosedPanel Event
Occurs after the current panel has been closed.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
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