| Visual Basic (Declaration) | |
|---|---|
Protected Overrides Sub OnLostKeyboardFocus( _ ByVal e As KeyboardFocusChangedEventArgs _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As UXStackButton Dim e As KeyboardFocusChangedEventArgs instance.OnLostKeyboardFocus(e)  | |
| C# | |
|---|---|
protected override void OnLostKeyboardFocus( KeyboardFocusChangedEventArgs e )  | |
| Delphi | |
|---|---|
protected procedure OnLostKeyboardFocus( e: KeyboardFocusChangedEventArgs ); override;  | |
| JScript | |
|---|---|
protected override function OnLostKeyboardFocus( e : KeyboardFocusChangedEventArgs );  | |
| Managed Extensions for C++ | |
|---|---|
protected: void OnLostKeyboardFocus( KeyboardFocusChangedEventArgs* e ) override  | |
| C++/CLI | |
|---|---|
protected: void OnLostKeyboardFocus( KeyboardFocusChangedEventArgs^ e ) override  | |
Parameters
- e
 - KeyboardFocusChangedEventArgs object.
 
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