NavigatorButtonBase.Click Event
Occurs when a user clicks this navigator button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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