Skip to main content
A newer version of this page is available. .
Tab

FileManagerItemRenamedEventArgs.OldName Property

Gets an item’s previous name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string OldName { get; }

Property Value

Type Description
String

A string value that specifies the renamed item’s previous name.

Remarks

Use the OldName property to access the old name of a renamed item in the ASPxFileManager.ItemRenamed event handler.

See Also