Skip to main content

ButtonPressedEventArgs(EditorButton) Constructor

Creates and initializes a new object of the ButtonPressedEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ButtonPressedEventArgs(
    EditorButton button
)

Parameters

Name Type Description
button EditorButton

The object used to initialize the ButtonPressedEventArgs.Button property.

Remarks

The constructor creates an object providing information for the RepositoryItemButtonEdit.ButtonPressed and RepositoryItemButtonEdit.ButtonClick events.

See Also