FarPoint.Win Assembly / FarPoint.Win Namespace / FpMultiOption Class / OnLostFocus Method
An System.EventArgs that contains the event data.


In This Topic
OnLostFocus Method (FpMultiOption)
In This Topic
Raises the System.Windows.Forms.Control.LostFocus event.
Syntax
'Declaration
 
Protected Overridable Sub OnLostFocus( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpMultiOption
Dim e As EventArgs
 
instance.OnLostFocus(e)

Parameters

e
An System.EventArgs that contains the event data.
See Also