Property Value
Value
Gets or sets the current time value.
public TimeSpan Value { get; set; }
Property Value
Remarks
Setting this property follows the Cancellable Work Pattern (CWP) using ChangeProperty<T>(object?, ref T, T, Func<ValueChangingEventArgs<T>, bool>?, EventHandler<ValueChangingEventArgs<T>>?, Action<T>, Action<ValueChangedEventArgs<T>>?, EventHandler<ValueChangedEventArgs<T>>?, out T). The change can be prevented by handling ValueChanging and setting Handled to true.