Skip to main content
Tab

FileManagerItemRenamedEventArgs(String, FileManagerItem) Constructor

Initializes a new instance of the FileManagerItemRenamedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItemRenamedEventArgs(
    string oldName,
    FileManagerItem item
)

Parameters

Name Type Description
oldName String

A String value that returns the renamed item’s previous name. This value is assigned to the FileManagerItemRenamedEventArgs.OldName property.

item FileManagerItem

A FileManagerItem object that is an item currently being processed. This value is assigned to the FileManagerItemRenamedEventArgs.Item property.

Remarks

Instances of the FileManagerItemRenamedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also