Click or drag to resize
Sandcastle XML Comments GuideAttachedEventsAndPropertiesTestAddItemActivateHandler Method
Add an event handler to an object

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

Parameters

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