Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / ErrorEventArgs Class
Members


In This Topic
    ErrorEventArgs Class
    In This Topic
    Represents the event data for an Error event.
    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.SuperEdit.ErrorEventArgs
             FarPoint.Win.SuperEdit.UserErrorEventArgs

    See Also