WPF

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

    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 Description
    System.Nullable<System.DateTime>

    RemovedDate

    Gets the date that was previously displayed.

    Declaration
    public DateTime? RemovedDate { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved