Click or drag to resize

AdapterCollectionBase<T> .Disposed Event

Event is raised when this AdapterCollectionBase<T> is disposed or an IAdapter in the collection is disposed.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.239-beta
Syntax
public event EventHandler Disposed
View Source

Value

EventHandler

Implements

ISupportLifecycle.Disposed
See Also