FileManagerItemRenamedEventArgs(String, FileManagerItem) Constructor
Initializes a new instance of the FileManagerItemRenamedEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v21.2.dll
NuGet Package: DevExpress.Web
Declaration
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