ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / NavigatorErrorEventHandler Delegate
The source of the event.
A NavigatorErrorEventArgs object that contains the event data.

In This Topic
    NavigatorErrorEventHandler Delegate
    In This Topic
    Represents the method that handles an Error event.
    Syntax
    'Declaration
     
    Public Delegate Sub NavigatorErrorEventHandler( _
       ByVal sender As Object, _
       ByVal e As NavigatorErrorEventArgs _
    ) 
    public delegate void NavigatorErrorEventHandler( 
       object sender,
       NavigatorErrorEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A NavigatorErrorEventArgs object that contains the event data.
    See Also