NavigatorButtonClickEventArgs(NavigatorButtonBase) Constructor
Initializes a new instance of the NavigatorButtonClickEventArgs class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
button | NavigatorButtonBase | A NavigatorButtonsBase descendant which represents the button clicked. This value is assigned to the NavigatorButtonClickEventArgs.Button property. |
See Also