Spread Windows Forms 12.0 Product Documentation
OnError Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnError Method
ErrorEventArgs object that contains event arguments
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)
protected virtual void OnError( 
   ErrorEventArgs e
)

Parameters

e
ErrorEventArgs object that contains event arguments
See Also

Reference

FpSpread Class
FpSpread Members