[This is preliminary documentation and is subject to change.]
Occurs when the Value property changes.
Namespace: Tools.WindowsT.WPF.ControlsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Action)] public event RoutedPropertyChangedEventHandler<decimal> ValueChanged |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Action)> _ Public Event ValueChanged As RoutedPropertyChangedEventHandler(Of Decimal) |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Action)] public: event RoutedPropertyChangedEventHandler<Decimal>^ ValueChanged { void add (RoutedPropertyChangedEventHandler<Decimal>^ value); void remove (RoutedPropertyChangedEventHandler<Decimal>^ value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Action)>] member ValueChanged : IEvent<RoutedPropertyChangedEventHandler<decimal>, RoutedPropertyChangedEventArgs<decimal>> |
| JScript |
|---|
|
See Also
Version History
1.5.2
- KnownCategoryAttribute applied