alexa

    Show / Hide Table of Contents

    Class CalendarDateChangedEventArgs

    Provides data for the DateSelected and DisplayDateChanged events.

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

    Properties

    AddedDate

    Gets the date to be newly displayed.

    Declaration
    public DateTime? AddedDate { get; }
    Property Value
    Type
    System.Nullable<System.DateTime>

    RemovedDate

    Gets the date that was previously displayed.

    Declaration
    public DateTime? RemovedDate { get; }
    Property Value
    Type
    System.Nullable<System.DateTime>
    Back to top Generated by DocFX