Click or drag to resize

EventEngineBaseT Events

The EventEngineBaseT generic type exposes the following members.

Events
  NameDescription
Public eventAfterReadRecord
Called in read operations just after the record was created from a record string.
Public eventAfterWriteRecord
Called in write operations just after the record was converted to a string.
Public eventBeforeReadRecord
Called in read operations just before the record string is translated to a record.
Public eventBeforeWriteRecord
Called in write operations just before the record is converted to a string to write it.
Public eventProgress
Event handler called to notify progress.
(Inherited from EngineBase.)
Top
See Also