ExtensionMethods::AddPropertyChangeHandler Method
Visual Studio 2015
Adds a property change handler.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AddPropertyChangeHandler<T>(T, DependencyProperty^, EventHandler^) | Adds a handler that is called when property changes on instance. |
![]() ![]() | AddPropertyChangeHandler<T>(T, DependencyProperty^, EventHandler^, Type^) | Adds a handler that is called when property changes on instance. |
Show:

