'Declaration
Protected Overridable Sub OnCellCancelEdit( _ ByVal e As CellCancelEditEventArgs _ )
'Usage
Dim instance As WorkbookView Dim e As CellCancelEditEventArgs instance.OnCellCancelEdit(e)
protected virtual void OnCellCancelEdit( CellCancelEditEventArgs e )
Parameters
- e
- An instance of CellCancelEditEventArgs which contains the event data.