ExtensionMethods::RemovePropertyChangeHandler<T> Method (T, DependencyProperty^, EventHandler^)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: generic<typename T> where T : DependencyObject [ExtensionAttribute] static void RemovePropertyChangeHandler( T instance, DependencyProperty^ property, EventHandler^ handler )
Parameters
- instance
-
Type:
T
The instance whose property change will no longer be handled.
- property
-
Type:
System.Windows::DependencyProperty^
The property whose change will no longer be handled.
- handler
-
Type:
System::EventHandler^
The method to be removed
Type Parameters
- T
The type of object being bound.
Show: