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






element
handler
Removes a handler for the Keyboard.PreviewGotKeyboardFocus attached event.

Syntax

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

Parameters

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