Click or drag to resize

ProgressEventArgs Constructor (Int32, Int32)

Create a progress event argument

Namespace:  FileHelpers.Events
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public ProgressEventArgs(
	int currentRecord,
	int totalRecords
)

Parameters

currentRecord
Type: SystemInt32
Current record in file
totalRecords
Type: SystemInt32
Total records in file
See Also