ObservableDictionaryTKey, TValueCollectionChanged Event |
The event which is sent on a change.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public 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,
EventArgs>
override CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
EventArgs>
Value
Type:
System.Collections.SpecializedNotifyCollectionChangedEventHandlerSee Also