Class DateChangingEventArgs

    Show / Hide Table of Contents

    Class DateChangingEventArgs

    Provides event data for the SelectedDateChanging event.

    Inheritance
    System.Object
    DateChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class DateChangingEventArgs : CancelEventArgs

    Constructors

    DateChangingEventArgs()

    Declaration
    public DateChangingEventArgs()

    Properties

    NewDate

    Gets the new date time selected in the SfDatePicker.

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

    OldDate

    Gets the previously selected date time in the SfDatePicker.

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