|   | ChannelCollectionBaseTCollectionChanged Event | 
        
        
            Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic event NotifyCollectionChangedEventHandler CollectionChanged
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public:
virtual  event NotifyCollectionChangedEventHandler^ CollectionChanged {
	void add (NotifyCollectionChangedEventHandler^ value);
	void remove (NotifyCollectionChangedEventHandler^ value);
}abstract CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>
override CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>function add_CollectionChanged(value);
function remove_CollectionChanged(value);
Value
NotifyCollectionChangedEventHandlerImplements
INotifyCollectionChangedCollectionChanged See Also
See Also