Skip to main content

NavigatorButtonClickEventArgs(NavigatorButtonBase) Constructor

Initializes a new instance of the NavigatorButtonClickEventArgs class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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