Click or drag to resize

DataExportHelperExportIsCancelled Method (IMapper)

Checks whether the export has been cancelled by the user

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool ExportIsCancelled(
	IMapper sender
)

Parameters

sender
Type: NetQuarry.DataIMapper
The mapper object being exported

Return Value

Type: Boolean
True if the export has been cancelled, else false.
See Also