ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / ItemDockModeChangedEventArgs Class / OldValue Property

In This Topic
    OldValue Property (ItemDockModeChangedEventArgs)
    In This Topic
    Gets the mode the C1DockTabControl is transitioning from.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldValue As DockMode
    public DockMode OldValue {get;}
    See Also