Skip to main content
Tab

FileManagerItemDeleteEventArgs(FileManagerItem) Constructor

Initializes a new instance of the FileManagerItemDeleteEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItemDeleteEventArgs(
    FileManagerItem item
)

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