Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / FireEditingCanceled Method


In This Topic
FireEditingCanceled Method
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()
See Also