ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / Frame Class / OnError Method

In This Topic
    OnError Method (Frame)
    In This Topic
    Raised when the grid encounters an error through the UI.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnError( _
       ByVal e As ErrorEventArgs _
    ) 
    protected virtual void OnError( 
       ErrorEventArgs e
    )

    Parameters

    e
    See Also