Data Port Sync 1.0.500

JetExport.ExportEventHandler Event

[This is preliminary documentation and subject to change.]

Signals any major export event when the database is being exported.

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

Event Data

The event handler receives an argument of type ExportCancelEventArgs containing data related to this event. The following ExportCancelEventArgs properties provide information specific to this event.

Property Description
Action Gets the action value.
Cancel Gets or sets a value indicating whether the event should be canceled.
Description Gets the description string.

See Also

JetExport Class | Primeworks.DataPortSync.Jet Namespace