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

FileManagerItemRenameEventArgs(String, FileManagerItem) Constructor

Initializes a new instance of the FileManagerItemRenameEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerItemRenameEventArgs(
    string newName,
    FileManagerItem item
)

Parameters

Name Type Description
newName String

A String value that represents the new unique identifier name of an item related to the event. This value is assigned to the FileManagerItemRenameEventArgs.NewName property.

item FileManagerItem

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

Remarks

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

See Also