AddingMRUItemEventArgs(Object) Constructor
Creates a new AddingMRUItemEventArgs class instance.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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