Intersoft ClientUI Documentation
AddHandler Method
See Also  Send Feedback
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 List

OverloadDescription
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.  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.