Spread Windows Forms 15.0
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()
    protected virtual void FireEditingStopped()
    See Also