Data Port Sync 1.0.500

JetExport.JetTableExportingEventHandler Event

[This is preliminary documentation and subject to change.]

Occurs when a JET table starts being exported.

[Visual Basic]
Public Event JetTableExporting As 
[C#]
public event  JetTableExporting;

Event Data

The event handler receives an argument of type JetTableExportingEventArgs containing data related to this event. The following JetTableExportingEventArgs property provides information specific to this event.

Property Description
Table Gets the associated JetTable object.

See Also

JetExport Class | Primeworks.DataPortSync.Jet Namespace