WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedDateChangedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectedDateChangedEventArgs

    Provides event data for the SfCalendar.SelectedDateChanged event.

    Inheritance
    System.Object
    SelectedDateChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Calendar
    Assembly: Syncfusion.Calendar.WinUI.dll
    Syntax
    public class SelectedDateChangedEventArgs : EventArgs

    Properties

    NewDate

    Gets the new date selected.

    Declaration
    public Nullable<DateTimeOffset> NewDate { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    The new date selected.

    OldDate

    Gets the date previously selected.

    Declaration
    public Nullable<DateTimeOffset> OldDate { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    The date previously selected.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved