FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / FireEditingStopped Method


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