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


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