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

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