FileManagerItemRenamedEventArgs.Item Property
Gets an item related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
FileManagerItem | A FileManagerItem object that is the renamed item. |
Remarks
Use the Item property to access the currently processed item in the ASPxFileManager.ItemRenamed event handler.
See Also