Skip to main content
.NET 6.0+

CustomFileOperationEventArgs(IFileData) Constructor

Creates a new instance of the CustomFileOperationEventArgs class.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

Assembly: DevExpress.ExpressApp.FileAttachment.Win.v23.2.dll

Declaration

public CustomFileOperationEventArgs(
    IFileData fileData
)

Parameters

Name Type Description
fileData IFileData

An IFileData object, representing a file about to be opened via its associated program. This parameter value is assigned to the CustomFileOperationEventArgs.FileData property.

See Also