Fires when the Value property changes.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public event EventHandler<NullablePropertyChangedEventArgs<TimeSpan>> ValueChanged
Visual Basic
Public Event ValueChanged As EventHandler(Of NullablePropertyChangedEventArgs(Of TimeSpan))

See Also