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