Spread Windows Forms 13.0 Product Documentation
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.
    Object Model
    ErrorEventArgs Class
    Syntax
    'Declaration
     
    Public Class ErrorEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ErrorEventArgs
    public class ErrorEventArgs : System.EventArgs 
    Remarks
    This class derives from System.EventArgs.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.SuperEdit.ErrorEventArgs
             FarPoint.Win.SuperEdit.UserErrorEventArgs

    See Also