Skip to main content
Tab

FileManagerItemsDeletedEventArgs(FileManagerItem[]) Constructor

Initializes a new instance of the FileManagerItemsDeletedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItemsDeletedEventArgs(
    FileManagerItem[] items
)

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