Fires when the Value property changes.
Namespace:
C1.WPF.DateTimeEditorsAssembly: C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors
Syntax
C# |
---|
public event EventHandler<NullablePropertyChangedEventArgs<TimeSpan>> ValueChanged |
Visual Basic (Declaration) |
---|
Public Event ValueChanged As EventHandler(Of NullablePropertyChangedEventArgs(Of TimeSpan)) |
XAML Attribute Usage |
---|
<object ValueChanged="EventHandler<NullablePropertyChangedEventArgs<TimeSpan>>" .../> |