vcl-cxexport-ce4f7c3e.md
Enables you to perform specific actions before the Developer Express control’s content is exported to a file.
IcxExportBeforeSave = interface(IInterface)
You can pass objects that handle events occurring before or during export operations as the AHandler parameter to export methods, including ExportGridTo~, cxExportPivotGridTo~, cxExportSchedulerTo~, cxExportTLTo~, and cxExportVGTo~. These objects must implement the IcxExportBeforeSave interface and its OnBeforeSave method in order to allow you to perform specific actions before the Developer Express control’s content is exported to a file.
IInterface IcxExportBeforeSave
See Also