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> |