ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / ButtonClick Event

In This Topic
    ButtonClick Event
    In This Topic
    Occurs when a navigator button has been pressed, after the button action is performed.
    Syntax
    'Declaration
     
    Public Event ButtonClick As NavigatorButtonClickEventHandler
    public event NavigatorButtonClickEventHandler ButtonClick
    Event Data

    The event handler receives an argument of type NavigatorButtonClickEventArgs containing data related to this event. The following NavigatorButtonClickEventArgs properties provide information specific to this event.

    PropertyDescription
    The clicked button.  
    See Also