ExportOptions Event
This method is called after the Export Options dialog is closed, before the actual Export is executed
Object.ExportOptions(toXFF, toParameters)
Parameters
toXFF
The handler of the XFF file that is being exported.
toParameters
The object containing the export options.
Remarks
To prevent a export, return false (.F.) from the this event.
Applies To: Extension Handler