Class TimePickerSelectionChangedEventArgs
Time picker selection changed event arguments.
Inheritance
System.Object
TimePickerSelectionChangedEventArgs
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public class TimePickerSelectionChangedEventArgs : EventArgs
Constructors
TimePickerSelectionChangedEventArgs()
Declaration
public TimePickerSelectionChangedEventArgs()
Properties
NewValue
Gets the new selected time value.
Declaration
public Nullable<TimeSpan> NewValue { get; }
Property Value
Type |
---|
System.Nullable<System.TimeSpan> |
OldValue
Gets the previous selected time value.
Declaration
public Nullable<TimeSpan> OldValue { get; }
Property Value
Type |
---|
System.Nullable<System.TimeSpan> |