FileManagerItemRenamedEventArgs.Item Property
In This Article
Gets an item related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerItem Item { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
Use the Item property to access the currently processed item in the ASPxFileManager.ItemRenamed event handler.
See Also