menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedDateTimeChangedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectedDateTimeChangedEventArgs

    Provides event data for the SelectedDateTimeChanged event.

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

    Constructors

    SelectedDateTimeChangedEventArgs()

    Declaration
    public SelectedDateTimeChangedEventArgs()

    Properties

    NewDateTime

    Gets the new date time selected in the DateTimeSpinnerBase.

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

    OldDateTime

    Gets the previously selected date time in the DateTimeSpinnerBase.

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