ActivePanelChangedEventArgs(DockPanel, DockPanel) Constructor
Initializes a new instance of the ActivePanelChangedEventArgs class.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
panel | DockPanel | A DockPanel object representing the recently activated dock panel. This value is assigned to the DockPanelEventArgs.Panel property. |
oldPanel | DockPanel | A DockPanel object representing the previously active dock panel. This value is assigned to the ActivePanelChangedEventArgs.OldPanel property. |
See Also