Skip to main content

TabsPositionChangedEventArgs(DockPanel, TabsPosition) Constructor

Initializes a new instance of the TabsPositionChangedEventArgs class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TabsPositionChangedEventArgs(
    DockPanel panel,
    TabsPosition oldTabsPosition
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object representing the dock panel whose DockPanel.TabsPosition property has been changed. This value is assigned to the DockPanelEventArgs.Panel property.

oldTabsPosition TabsPosition

A TabsPosition enumeration value specifying the previous position of the tabs in a tab container. This value is assigned to the TabsPositionChangedEventArgs.OldTabsPosition property.

See Also