Skip to main content
A newer version of this page is available. .

NavigatorButtonBase.Click Event

Occurs when a user clicks this navigator button.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public event NavigatorButtonClickEventHandler Click

Event Data

The Click event's data class is NavigatorButtonClickEventArgs. The following properties provide information specific to this event:

Property Description
Button Gets the clicked button.
Handled Gets or sets whether you have handled this event and no default action is required.
See Also