GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateShortHourField Class / Leave Event


In This Topic
Leave Event (DateShortHourField)
In This Topic
Occurs when the input focus leaves the field.
Syntax
'Declaration
 
Public Event Leave As EventHandler
 
'Usage
 
Dim instance As DateShortHourField
Dim handler As EventHandler
 
AddHandler instance.Leave, handler
Remarks
This event is raised when the input focus leaves the Field.
See Also