FileManagerItemsDeletedEventArgs(FileManagerItem[]) Constructor
Initializes a new instance of the FileManagerItemsDeletedEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | FileManagerItem[] | An array of FileManagerItem objects that are deleted items. This value is assigned to the FileManagerItemsDeletedEventArgs.Items property. |
Remarks
Instances of the FileManagerItemsDeletedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also