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

MRUEdit.RemovingMRUItem Event

Occurs before an item is removed from the editor’s MRU list.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Events")]
public event RemovingMRUItemEventHandler RemovingMRUItem

Event Data

The RemovingMRUItem event's data class is DevExpress.XtraEditors.Controls.RemovingMRUItemEventArgs.

Remarks

For details, see the RepositoryItemMRUEdit.RemovingMRUItem event which is equivalent to the current event.

See Also