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