Skip to main content
Tab

FileManagerFileOpenedEventArgs(FileManagerFile) Constructor

Initializes a new instance of the FileManagerFileOpenedEventArgs class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFileOpenedEventArgs(
    FileManagerFile file
)

Parameters

Name Type Description
file FileManagerFile

A FileManagerFile object that is a file related to the event.

Remarks

Instances of the FileManagerFileOpenedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also