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