'Declaration
Protected Overridable Sub OnCellBeginEdit( _ ByVal e As CellBeginEditEventArgs _ )
'Usage
Dim instance As WorkbookView Dim e As CellBeginEditEventArgs instance.OnCellBeginEdit(e)
protected virtual void OnCellBeginEdit( CellBeginEditEventArgs e )
protected procedure OnCellBeginEdit( e: CellBeginEditEventArgs ); virtual;
protected function OnCellBeginEdit( e : CellBeginEditEventArgs );
protected: virtual void OnCellBeginEdit( CellBeginEditEventArgs* e )
protected: virtual void OnCellBeginEdit( CellBeginEditEventArgs^ e )
Parameters
- e
- An instance of CellBeginEditEventArgs which contains the event data.