public event EventHandler<NullablePropertyChangedEventArgs<TimeSpan>> ValueChanged
Event Data
The event handler receives an argument of type NullablePropertyChangedEventArgs<T> containing data related to this event. The following NullablePropertyChangedEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
NewValue | The value of the property after the change. (Inherited from C1.WinUI.Core.PropertyChangedEventArgs<Nullable<T>>) |
OldValue | The value of the property before the change. (Inherited from C1.WinUI.Core.PropertyChangedEventArgs<Nullable<T>>) |
See Also