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

ButtonPressedEventArgs(EditorButton) Constructor

Creates and initializes a new object of the ButtonPressedEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

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