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

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