Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnError Method
ErrorEventArgs object that contains event arguments


In This Topic
OnError Method (FpSpread)
In This Topic
Raises the Error event.
Syntax
'Declaration
 
Protected Overridable Sub OnError( _
   ByVal e As ErrorEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As ErrorEventArgs
 
instance.OnError(e)

Parameters

e
ErrorEventArgs object that contains event arguments
See Also