Online Documentation for Advanced Data Export .NET
QExportBase.StopExport
public class ExportStopEventArgs : EventArgs
{
// Methods
public ExportStopEventArgs(bool CanContinue);
// Properties
public bool CanContinue { get; set; }
// Fields
private bool _canContinue;
}
public delegate void ExportStopEvent(object Sender, ExportStopEventArgs e);
public event SqlManager.QExport.Delegates.ExportStopEvent StopExport
Description
The StopExport event takes place when the export process begun by the Execute method is interrupted with the Abort method invocation.