Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Events Namespace / NavItemMouseEventHandler Delegate
The source of the event.
An NavItemMouseEventArgs that contains no event data.

In This Topic
    NavItemMouseEventHandler Delegate
    In This Topic
    Represents a method that can handle mouse specific item events which may or may not require further processing after the event handler has returned.
    Syntax
    'Declaration
     
    
    Public Delegate Sub NavItemMouseEventHandler( _
       ByVal sender As Object, _
       ByVal e As NavItemMouseEventArgs _
    ) 
    public delegate void NavItemMouseEventHandler( 
       object sender,
       NavItemMouseEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    An NavItemMouseEventArgs that contains no event data.
    See Also