ButtonPressedEventArgs(EditorButton) Constructor
Creates and initializes a new object of the ButtonPressedEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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