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


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