Back to Devexpress

ASPxFileManager.ItemRenamed Event

aspnet-devexpress-dot-web-dot-aspxfilemanager-27db68c4.md

latest2.0 KB
Original Source

ASPxFileManager.ItemRenamed Event

Occurs on the server side after an item has been renamed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event FileManagerItemRenamedEventHandler ItemRenamed
vb
Public Event ItemRenamed As FileManagerItemRenamedEventHandler

Event Data

The ItemRenamed event's data class is FileManagerItemRenamedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemGets an item related to the event.
OldNameGets an item’s previous name.

Remarks

The ItemRenamed event serves as a notification that an item has been renamed. You can use the event parameter’s properties to get the renamed item (FileManagerItemRenamedEventArgs.Item), or the item’s old name (FileManagerItemRenamedEventArgs.OldName).

To specify whether an item can be renamed, and cancel the action, handle the ASPxFileManager.ItemRenaming event.

See Also

ItemRenaming

File Manager

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace