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

NavigatorButtonClickEventArgs(NavigatorButtonBase) Constructor

Initializes a new instance of the NavigatorButtonClickEventArgs class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public NavigatorButtonClickEventArgs(
    NavigatorButtonBase button
)

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