Fires when the Value property changes.

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

Syntax

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

See Also