Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpList Class / AfterFocus Event


In This Topic
AfterFocus Event (FpList)
In This Topic
Occurs after the control gets focus.
Syntax
'Declaration
 
Public Event AfterFocus As EventHandler
 
'Usage
 
Dim instance As FpList
Dim handler As EventHandler
 
AddHandler instance.AfterFocus, handler
See Also