WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarModeChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarModeChangedEventArgs

    Provides data for the DisplayModeChanged event.

    Inheritance
    System.Object
    CalendarModeChangedEventArgs
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class CalendarModeChangedEventArgs : RoutedEventArgs

    Constructors

    CalendarModeChangedEventArgs(CalendarMode, CalendarMode)

    Initializes a new instance of the CalendarModeChangedEventArgs class.

    Declaration
    public CalendarModeChangedEventArgs(CalendarMode oldMode, CalendarMode newMode)
    Parameters
    Type Name Description
    CalendarMode oldMode

    Previous value of the property, prior to the event being raised.

    CalendarMode newMode

    Current value of the property at the time of the event.

    Properties

    NewMode

    Gets the new mode of the Calendar.

    Declaration
    public CalendarMode NewMode { get; }
    Property Value
    Type Description
    CalendarMode

    OldMode

    Gets the previous mode of the Calendar.

    Declaration
    public CalendarMode OldMode { get; }
    Property Value
    Type Description
    CalendarMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved