Skip to main content
A newer version of this page is available. .

CustomFileListOperationEventArgs Class

Namespace: DevExpress.ExpressApp.FileAttachments.Win

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

Declaration

public class CustomFileListOperationEventArgs :
    HandledEventArgs

Remarks

The CustomSaveFiles event occurs when attached files are about to be saved to a hard disk. Handle this event to manually save attached files data to a hard disk.

Inheritance

Object
EventArgs
HandledEventArgs
CustomFileListOperationEventArgs
See Also