Skip to main content

AddingMRUItemEventArgs(Object, MRUItemAddReason) Constructor

Initializes a new instance of the AddingMRUItemEventArgs class with the specified settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AddingMRUItemEventArgs(
    object item,
    MRUItemAddReason reason
)

Parameters

Name Type Description
item Object

An item being added to the editor.

reason MRUItemAddReason

A MRUItemAddReason value that identifies the reason that caused the AddingMRUItem event.

See Also