Fires when the Value property changes.

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

Syntax

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

See Also