CustomFileOperationEventArgs Class
In This Article
Arguments passed to the FileAttachmentsWindowsFormsModule.CustomOpenFileWithDefaultProgram event.
Namespace: DevExpress.ExpressApp.FileAttachments.Win
Assembly: DevExpress.ExpressApp.FileAttachment.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.FileAttachment.Win
#Declaration
public class CustomFileOperationEventArgs :
HandledEventArgs
#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