NavigatorButtonClickEventArgs(NavigatorButtonBase) Constructor
Initializes a new instance of the NavigatorButtonClickEventArgs class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
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