Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / FireEditingStopped Method


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