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


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