InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / ButtonClick Event

In This Topic
    ButtonClick Event (InputDataNavigator)
    In This Topic
    Occurs when a navigator button is clicked.
    Syntax
    'Declaration
     
    Public Event ButtonClick As InputNavigatorClickEventHandler
    public event InputNavigatorClickEventHandler ButtonClick
    Event Data

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

    PropertyDescription
    Gets the clicked button.  
    Gets or sets a value indicating whether the built-in processing of the navigator button click should be omitted (for the BeforeButtonClick event only).  
    See Also