True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / ErrorEventHandler Delegate

In This Topic
    ErrorEventHandler Delegate
    In This Topic
    Raised when an excpetion is thrown via the UI.
    Syntax
    'Declaration
     
    Public Delegate Sub ErrorEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ErrorEventArgs _
    ) 
    public delegate void ErrorEventHandler( 
       System.object sender,
       ErrorEventArgs e
    )

    Parameters

    sender
    e
    See Also