InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDataNavigator Class / OnBeforeButtonClick Method

In This Topic
    OnBeforeButtonClick Method (InputDataNavigator)
    In This Topic
    Raises the BeforeButtonClick event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnBeforeButtonClick( _
       ByVal e As InputNavigatorClickEventArgs _
    ) 
    protected virtual void OnBeforeButtonClick( 
       InputNavigatorClickEventArgs e
    )

    Parameters

    e
    See Also