Intersoft ClientUI Documentation
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) Method



KeyboardFocusChangedEventArgs object.
Inheritors should override this method to handle custom logic for LostKeyboardFocus event.
Syntax
Protected Overridable Sub OnLostKeyboardFocus( _
   ByVal e As KeyboardFocusChangedEventArgs _
) 
Dim instance As UXButton
Dim e As KeyboardFocusChangedEventArgs
 
instance.OnLostKeyboardFocus(e)
protected virtual void OnLostKeyboardFocus( 
   KeyboardFocusChangedEventArgs e
)
protected:
virtual void OnLostKeyboardFocus( 
   KeyboardFocusChangedEventArgs^ e
) 

Parameters

e
KeyboardFocusChangedEventArgs object.
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

UXButton Class
UXButton Members

Send Feedback