FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class
Members


ErrorEventArgs Class
Represents the event data for the Error event for the Spread component, which occurs when errors are generated by user interaction.
Syntax
'Declaration
 
Public Class ErrorEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As ErrorEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ErrorEventArgs

See Also