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


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