C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / ButtonClick Event

ButtonClick Event
Occurs when a navigator button has been pressed, after the button action is performed.
Syntax
'Declaration
 
Public Event ButtonClick As NavigatorButtonClickEventHandler
 
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