Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

CustomFileOperationEventArgs(IFileData) Constructor

Creates a new instance of the CustomFileOperationEventArgs class.

Namespace: DevExpress.ExpressApp.FileAttachments.Win

Assembly: DevExpress.ExpressApp.FileAttachment.Win.v23.1.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