ExtensionMethods::AddPropertyChangeHandler Method

 

Adds a property change handler.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddPropertyChangeHandler<T>(T, DependencyProperty^, EventHandler^)

Adds a handler that is called when property changes on instance.

System_CAPS_pubmethodSystem_CAPS_staticAddPropertyChangeHandler<T>(T, DependencyProperty^, EventHandler^, Type^)

Adds a handler that is called when property changes on instance.

Return to top
Show: