Fires when the Value property changes.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<double>> ValueChanged
Visual Basic
Public Event ValueChanged As EventHandler(Of PropertyChangedEventArgs(Of Double))
XAML Attribute Usage
<object ValueChanged="EventHandler<PropertyChangedEventArgs<double>>" .../>

See Also