Spread Windows Forms 12.0 Product Documentation
Leave Event


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

Reference

Field Class
Field Members