ExtensionMethods::RemovePropertyChangeHandler<T> Method (T, DependencyProperty^, EventHandler^, Type^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
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,
	Type^ targetType
)

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.

targetType
Type: System::Type^

The type of the object where property is set.

Type Parameters

T

The type of object being bound.

Return to top
Show: