Fires when the Value property changes.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.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>>" .../> |