Click or drag to resize

RecordReaderTOnHasRecordsChanged Method

Raises the HasRecordsChanged event.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected virtual void OnHasRecordsChanged(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also