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


In This Topic
    EditErrorEventArgs Class
    In This Topic
    Represents the event data for the EditError event for the Spread component, which occurs when errors are generated when using the editor.
    Syntax
    'Declaration
     
    
    Public Class EditErrorEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As EditErrorEventArgs
    public class EditErrorEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.EditErrorEventArgs

    See Also