Click or drag to resize

ChannelCollectionBaseTOnCollectionChanged Method

Raises the NotifyCollectionChangedEventHandler event.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntax
protected virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)
View Source

Parameters

e  NotifyCollectionChangedEventArgs
Changed event arguments.
See Also