Skip to main content
A newer version of this page is available. .
.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.

CustomFileListOperationEventArgs Class

Namespace: DevExpress.ExpressApp.FileAttachments.Win

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