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

ActivePanelChangedEventArgs(DockPanel, DockPanel) Constructor

Initializes a new instance of the ActivePanelChangedEventArgs class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public ActivePanelChangedEventArgs(
    DockPanel panel,
    DockPanel oldPanel
)

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