ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / DisplayModeChanged Event

In This Topic
    DisplayModeChanged Event
    In This Topic
    Occurs when the DisplayMode property is changed.
    Syntax
    'Declaration
     
    Public Event DisplayModeChanged As System.EventHandler(Of CalendarModeChangedEventArgs)
    public event System.EventHandler<CalendarModeChangedEventArgs> DisplayModeChanged
    Event Data

    The event handler receives an argument of type CalendarModeChangedEventArgs containing data related to this event. The following CalendarModeChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the new mode of the C1Calendar control.  
    Gets the old mode of the C1Calendar control.  
    (Inherited from Windows.UI.Xaml.RoutedEventArgs)
    See Also