|   | ChannelCollectionBaseTOnCollectionChanged Method | 
        
        
            Raises the NotifyCollectionChangedEventHandler event.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- e  NotifyCollectionChangedEventArgs
- Changed event arguments.
 See Also
See Also