TabsPositionChangedEventArgs Properties
Provides data for the DockManager.TabsPositionChanged and DockPanel.TabsPositionChanged events.Name | Description |
---|---|
OldTabsPosition | Gets the previous position of the tabs in a tab container. |
Panel | Gets the processed dock panel. Inherited from DockPanelEventArgs. |
TabsPosition | Gets the current position of the tabs in a tab container. |
See Also