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