Spread Windows Forms 12.0 Product Documentation
Enter Event (Field)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > Field Class : Enter Event
Occurs when the input focus enters the field.
Syntax
'Declaration
 
Public Event Enter As EventHandler
'Usage
 
Dim instance As Field
Dim handler As EventHandler
 
AddHandler instance.Enter, handler
public event EventHandler Enter
Remarks
This event is raised when the input focus moves in the Field.
See Also

Reference

Field Class
Field Members