SpreadsheetGear 2023
OnShowError Method (WorkbookView)


SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : OnShowError Method
An instance of ShowErrorEventArgs which contains the event data.
Raises the ShowError event.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members
ShowErrorEventArgs Class
ShowError Event