ComponentOne DateTimeEditors for WPF and Silverlight
ValueChanged Event

C1.WPF.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.WPF.PropertyChangedEventArgs<Nullable<T>>)
(Inherited from C1.WPF.PropertyChangedEventArgs<Nullable<T>>)
See Also