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

In This Topic
    OnError Method (C1List)
    In This Topic
    Raises the Error event
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnError( _
       ByVal e As ErrorEventArgs _
    ) 
    protected virtual void OnError( 
       ErrorEventArgs e
    )

    Parameters

    e
    See Also