|
ChannelCollectionBaseTOnCollectionChanged Method
|
Raises the NotifyCollectionChangedEventHandler event.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxprotected virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs e
)
Protected Overridable Sub OnCollectionChanged (
e As NotifyCollectionChangedEventArgs
)
protected:
virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs^ e
)
abstract OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
override OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
function OnCollectionChanged(e);
View SourceParameters
- e NotifyCollectionChangedEventArgs
- Changed event arguments.
See Also