[]
        
(Showing Draft Content)

C1.WPF.Docking.ItemDockModeChangedEventArgs

ItemDockModeChangedEventArgs Class

Event class for the C1DockControl.DockModeChanged event.

Inheritance
ItemDockModeChangedEventArgs
Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.4.6.2.dll
Syntax
public class ItemDockModeChangedEventArgs : EventArgs

Properties

Name Description
Control

Gets the ItemsControl that is transitioning modes.

NewValue

Gets the mode the C1DockTabControl is transitioning to.

OldValue

Gets the mode the C1DockTabControl is transitioning from.

TabControl

Gets the C1DockTabControl that is transitioning modes.