Skip to main content

AddingMRUItemEventArgs(Object) Constructor

Creates a new AddingMRUItemEventArgs class instance.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AddingMRUItemEventArgs(
    object item
)

Parameters

Name Type Description
item Object

A Object representing an item being added to an MRU editor. Initializes the Item property.

Remarks

This constructor is used to create a new instance of the AddingMRUItemEventArgs class and initialize its Item property with the value supplied.

Since instances of the AddingMRUItemEventArgs class are automatically created and passed to handlers of the RepositoryItemMRUEdit.AddingMRUItem event, you do not need to call this constructor from your applications.

See Also