IcxExportBeforeSave Interface
Enables you to perform specific actions before the Developer Express control’s content is exported to a file.
Declaration
IcxExportBeforeSave = interface(IInterface)
Remarks
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.
Inheritance
IInterface
IcxExportBeforeSave
See Also