AttachedEventsAndPropertiesTestRemoveItemActivateHandler Method

Remove an event handler from an object

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public static void RemoveItemActivateHandler(
	DependencyObject o,
	RoutedEventHandler handler
)

Parameters

o  DependencyObject
The dependency object
handler  RoutedEventHandler
The event handler

See Also