GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / FireEditingStopped Method


In This Topic
FireEditingStopped Method (GcNumberCellType)
In This Topic
Fires the EditingStopped event if there are any delegates attached.
Syntax
'Declaration
 
Protected Overridable Sub FireEditingStopped() 
 
'Usage
 
Dim instance As GcNumberCellType
 
instance.FireEditingStopped()
See Also