CustomFileOperationEventArgs Class
Arguments passed to the FileAttachmentsWindowsFormsModule.CustomOpenFileWithDefaultProgram event.
Namespace: DevExpress.ExpressApp.FileAttachments.Win
Assembly: DevExpress.ExpressApp.FileAttachment.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.FileAttachment.Win
Declaration
Remarks
The CustomOpenFileWithDefaultProgramOccurs event occurs prior to opening an attached file via its associated program. Handle this event to manually open the attached file.
Inheritance
Object
EventArgs
HandledEventArgs
CustomFileOperationEventArgs
See Also