Click or drag to resize
Sandcastle XML Comments GuideAttachedEventsAndPropertiesTestRemoveItemActivateHandler Method
Remove an event handler from an object

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

Parameters

o
Type: System.WindowsDependencyObject
The dependency object
handler
Type: System.WindowsRoutedEventHandler
The event handler
See Also