MRUEdit.RemovingMRUItem Event
In This Article
Occurs before an item is removed from the editor’s MRU list.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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