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