Intersoft ClientUI Documentation
AddPreviewExecutedHandler Method



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

Parameters

element
The element to attach handler to.
handler
The preview 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