Fires when the Value property changes.

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

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<double>> ValueChanged
Visual Basic
Public Event ValueChanged As EventHandler(Of PropertyChangedEventArgs(Of Double))

See Also