Intersoft ClientUI Documentation
RemoveExecutedHandler Method
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > CommandManager Class : RemoveExecutedHandler Method






element
The element to remove handler from.
handler
The executed handler.
Detaches the specified ExecutedRoutedEventHandler from the specified element.

Syntax

Visual Basic (Declaration) 
Public Shared Sub RemoveExecutedHandler( _
   ByVal element As DependencyObject, _
   ByVal handler As ExecutedRoutedEventHandler _
) 
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim handler As ExecutedRoutedEventHandler
 
CommandManager.RemoveExecutedHandler(element, handler)
C# 
public static void RemoveExecutedHandler( 
   DependencyObject element,
   ExecutedRoutedEventHandler handler
)
Delphi 
public procedure RemoveExecutedHandler( 
    element: DependencyObject;
    handler: ExecutedRoutedEventHandler
); static; 
JScript 
public static function RemoveExecutedHandler( 
   element : DependencyObject,
   handler : ExecutedRoutedEventHandler
);
Managed Extensions for C++ 
public: static void RemoveExecutedHandler( 
   DependencyObject* element,
   ExecutedRoutedEventHandler* handler
) 
C++/CLI 
public:
static void RemoveExecutedHandler( 
   DependencyObject^ element,
   ExecutedRoutedEventHandler^ handler
) 

Parameters

element
The element to remove handler from.
handler
The executed handler.

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.