GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / EditorValueChanged Event


In This Topic
EditorValueChanged Event (GcNumberCellType)
In This Topic
Occurs when the value in the editor control has been changed by the user.
Syntax
'Declaration
 
Public Event EditorValueChanged As EventHandler
 
'Usage
 
Dim instance As GcNumberCellType
Dim handler As EventHandler
 
AddHandler instance.EditorValueChanged, handler
See Also