FileManagerItemRenameEventArgs(String, FileManagerItem) Constructor
Initializes a new instance of the FileManagerItemRenameEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerItemRenameEventArgs(
string newName,
FileManagerItem item
)
Public Sub New(
newName As String,
item As FileManagerItem
)
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
Feedback