The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UIElement.AddHandler Method
.NET Framework 3.0
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
UIElement Members
System.Windows Namespace
| Name | Description |
|---|---|
| UIElement.AddHandler (RoutedEvent, Delegate) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. |
| UIElement.AddHandler (RoutedEvent, Delegate, Boolean) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. |
Reference
UIElement ClassUIElement Members
System.Windows Namespace