Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnGotFocus Method
EventArgs event arguments


In This Topic
OnGotFocus Method (FpSpread)
In This Topic
Raises the GotFocus event.
Syntax
'Declaration
 
Protected Overrides Sub OnGotFocus( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As EventArgs
 
instance.OnGotFocus(e)

Parameters

e
EventArgs event arguments
See Also