|
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.248-beta
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);
View SourceValue
NotifyCollectionChangedEventHandlerImplements
INotifyCollectionChangedCollectionChanged
See Also