CsvEngine Events |
The CsvEngine type exposes the following members.
Name | Description | |
---|---|---|
![]() | AfterReadRecord |
Called in read operations just after the record was created from a
record string.
(Inherited from EventEngineBaseT.) |
![]() | AfterWriteRecord |
Called in write operations just after the record was converted to a
string.
(Inherited from EventEngineBaseT.) |
![]() | BeforeReadRecord |
Called in read operations just before the record string is
translated to a record.
(Inherited from EventEngineBaseT.) |
![]() | BeforeWriteRecord |
Called in write operations just before the record is converted to a
string to write it.
(Inherited from EventEngineBaseT.) |
![]() | Progress | Event handler called to notify progress. (Inherited from EngineBase.) |