Represents the method that will handle the ReadRecord event of a DataReaderBase instance.
[Visual Basic]
Public Delegate Sub DataReaderBase.ReadRecordEventHandler( _
ByVal
e As
ReadRecordEventArgs _
)
Parameters
-
e
- The DataReaderBase.ReadRecordEventArgs that contains the event data.
Requirements
Namespace:
DataStreams.Common
Assembly: DataStreams (in DataStreams.dll)
See Also
DataStreams.Common Namespace