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

FileManagerItemRenamedEventArgs(String, FileManagerItem) Constructor

Initializes a new instance of the FileManagerItemRenamedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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