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

In This Topic
    NavigatorBeforeActionEventHandler Delegate
    In This Topic
    Represents the method that handles a BeforeAction event.
    Syntax
    'Declaration
     
    Public Delegate Sub NavigatorBeforeActionEventHandler( _
       ByVal sender As Object, _
       ByVal e As NavigatorBeforeActionEventArgs _
    ) 
    public delegate void NavigatorBeforeActionEventHandler( 
       object sender,
       NavigatorBeforeActionEventArgs e
    )

    Parameters

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