Fires when the Value property changes.
Namespace:
C1.WPF.DateTimeEditorsAssembly: 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)) |