Click or drag to resize
Accord.NET (logo)

CsvReaderOnDisposed Method

Raises the [M:Disposed] event.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
protected virtual void OnDisposed(
	EventArgs e
)
Request Example View Source

Parameters

e
Type: SystemEventArgs
A EventArgs that contains the event data.
See Also