Spread Windows Forms 15.0
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.
    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