FileManagerItemDeleteEventArgs(FileManagerItem) Constructor
Initializes a new instance of the FileManagerItemDeleteEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | FileManagerItem | A FileManagerItem object representing the item being deleted. This value is assigned to the FileManagerItemDeleteEventArgs.Item property. |
Remarks
Instances of the FileManagerItemDeleteEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also