| RecordReaderTOnHasRecordsChanged Method |
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax protected virtual void OnHasRecordsChanged(
EventArgs e
)
Protected Overridable Sub OnHasRecordsChanged (
e As EventArgs
)
protected:
virtual void OnHasRecordsChanged(
EventArgs^ e
)
abstract OnHasRecordsChanged :
e : EventArgs -> unit
override OnHasRecordsChanged :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also