Back to Devexpress

CustomFileOperationEventArgs.FileData Property

expressappframework-devexpress-dot-expressapp-dot-fileattachments-dot-win-dot-customfileoperationeventargs.md

latest1.4 KB
Original Source

CustomFileOperationEventArgs.FileData Property

Specifies a file about to be opened via its associated program.

Namespace : DevExpress.ExpressApp.FileAttachments.Win

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

NuGet Package : DevExpress.ExpressApp.FileAttachment.Win

Declaration

csharp
public IFileData FileData { get; }
vb
Public ReadOnly Property FileData As IFileData

Property Value

TypeDescription
IFileData

An IFileData object, representing a file about to be opened via its associated program.

|

See Also

CustomFileOperationEventArgs Class

CustomFileOperationEventArgs Members

DevExpress.ExpressApp.FileAttachments.Win Namespace