'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 )
Parameters
- e
- An instance of ShowErrorEventArgs which contains the event data.