Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class
Members


In This Topic
    ErrorEventArgs Class
    In This Topic
    Represents the event data for the Error event for the Spread component, which occurs when errors are generated by user interaction.
    Object Model
    ErrorEventArgs ClassSpreadView Class
    Syntax
    'Declaration
     
    Public Class ErrorEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ErrorEventArgs
    public class ErrorEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also