'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 )
protected procedure OnCellCancelEdit( e: CellCancelEditEventArgs ); virtual;
protected function OnCellCancelEdit( e : CellCancelEditEventArgs );
protected: virtual void OnCellCancelEdit( CellCancelEditEventArgs* e )
protected: virtual void OnCellCancelEdit( CellCancelEditEventArgs^ e )
Parameters
- e
- An instance of CellCancelEditEventArgs which contains the event data.