ComponentOne InputPanel for WinForms
BeforeButtonClick Event

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputDataNavigator Class : BeforeButtonClick Event
Occurs when a navigator button is clicked, before its built-in processing.
Syntax
'Declaration
 
Public Event BeforeButtonClick As InputNavigatorClickEventHandler
public event InputNavigatorClickEventHandler BeforeButtonClick
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 InputDataNavigator.BeforeButtonClick event only).  
See Also