ProgressEventArgs Constructor (Int32, Int32) |
Create a progress event argument
Namespace:
FileHelpers.Events
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic ProgressEventArgs(
int currentRecord,
int totalRecords
)
Public Sub New (
currentRecord As Integer,
totalRecords As Integer
)
Parameters
- currentRecord
- Type: SystemInt32
Current record in file - totalRecords
- Type: SystemInt32
Total records in file
See Also