ComponentOne DateTimeEditors for UWP
ValueChanged Event

C1.UWP.DateTimeEditors Assembly > C1.Xaml.DateTimeEditors Namespace > C1TimeEditor Class : ValueChanged Event
Fires when the Value property changes.
Syntax
'Declaration
 
Public Event ValueChanged As System.EventHandler(Of NullablePropertyChangedEventArgs(Of TimeSpan))
public event System.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.

PropertyDescription
(Inherited from C1.Xaml.PropertyChangedEventArgs<Nullable<T>>)
(Inherited from C1.Xaml.PropertyChangedEventArgs<Nullable<T>>)
See Also