Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / NavigatorButtonClickEventHandler Delegate
The source of the event.
A NavigatorButtonClickEventArgs object that contains the event data.

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

    Parameters

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