Spread Windows Forms 11.0 Product Documentation
AfterFocus Event (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : AfterFocus Event
Occurs after the control receives focus.
Syntax
'Declaration
 
Public Event AfterFocus As EventHandler
'Usage
 
Dim instance As FpCombo
Dim handler As EventHandler
 
AddHandler instance.AfterFocus, handler
public event EventHandler AfterFocus
See Also

Reference

FpCombo Class
FpCombo Members