Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / FireEditingStopped Method


In This Topic
    FireEditingStopped Method (BaseCellType)
    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