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


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