ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / CalendarModeChangedEventArgs Class / NewMode Property

In This Topic
    NewMode Property
    In This Topic
    Gets the new mode of the C1Calendar control.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewMode As CalendarMode
    public CalendarMode NewMode {get;}
    See Also