Intersoft ClientUI Documentation
AddExecutedHandler Method



The element to attach handler to.
The executed handler.
Attaches the specified ExecutedRoutedEventHandler to the specified element.
Syntax
Public Shared Sub AddExecutedHandler( _
   ByVal element As DependencyObject, _
   ByVal handler As ExecutedRoutedEventHandler _
) 
Dim element As DependencyObject
Dim handler As ExecutedRoutedEventHandler
 
CommandManager.AddExecutedHandler(element, handler)
public static void AddExecutedHandler( 
   DependencyObject element,
   ExecutedRoutedEventHandler handler
)
public:
static void AddExecutedHandler( 
   DependencyObject^ element,
   ExecutedRoutedEventHandler^ handler
) 

Parameters

element
The element to attach handler to.
handler
The executed handler.
Requirements

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

See Also

Reference

CommandManager Class
CommandManager Members

Send Feedback