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


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