Back to Devexpress

DockPanel.TabsPositionChanged Event

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-639ad5a9.md

latest2.5 KB
Original Source

DockPanel.TabsPositionChanged Event

Fires after the dock panel’s DockPanel.TabsPosition property has been changed.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event TabsPositionChangedEventHandler TabsPositionChanged
vb
Public Event TabsPositionChanged As TabsPositionChangedEventHandler

Event Data

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

PropertyDescription
OldTabsPositionGets the previous position of the tabs in a tab container.
PanelGets the processed dock panel. Inherited from DockPanelEventArgs.
TabsPositionGets the current position of the tabs in a tab container.

Remarks

The TabsPositionChanged event serves as a notification that the dock panel’s DockPanel.TabsPosition property has been changed. This event handler receives a TabsPositionChangedEventArgs parameter type. It allows the previous and current values of the panel’s DockPanel.TabsPosition property to be determined.

See Also

TabsPosition

TabsPositionChanged

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace