Intersoft.Client.Framework Namespace > DependencyObjectExtensions Class : AddHandler Method |
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
Overload | Description |
---|---|
AddHandler(DependencyObject,RoutedEvent,Delegate) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. |
AddHandler(DependencyObject,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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2