Class TimeChangingEventArgs
Provides event data for the SelectedTimeChanging event.
Inheritance
System.Object
TimeChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class TimeChangingEventArgs : CancelEventArgs
Constructors
TimeChangingEventArgs()
Declaration
public TimeChangingEventArgs()
Properties
NewTime
Gets the new time selected in the SfTimePicker.
Declaration
public Nullable<DateTimeOffset> NewTime { get; }
Property Value
Type |
---|
System.Nullable<System.DateTimeOffset> |
OldTime
Gets the previously selected time in the SfTimePicker.
Declaration
public Nullable<DateTimeOffset> OldTime { get; }
Property Value
Type |
---|
System.Nullable<System.DateTimeOffset> |