[]
Fires when the Value property changes.
public event EventHandler<PropertyChangedEventArgs<double>> ValueChanged
Public Event ValueChanged As EventHandler(Of PropertyChangedEventArgs(Of Double))
| Type | Description |
|---|---|
| EventHandler<PropertyChangedEventArgs<double>> | Fires when the property changes. |