Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / UserErrorEventArgs Class
Members


In This Topic
    UserErrorEventArgs Class
    In This Topic
    Represents the data for a user error event.
    Syntax
    'Declaration
     
    
    Public Class UserErrorEventArgs 
       Inherits ErrorEventArgs
    'Usage
     
    
    Dim instance As UserErrorEventArgs
    public class UserErrorEventArgs : ErrorEventArgs 
    Inheritance Hierarchy

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

    See Also