| AppletCollectionCollectionChanged Event |
Fired when the collection has changed
Namespace:
SanteDB.Core.Applets
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax public virtual event NotifyCollectionChangedEventHandler CollectionChanged
Public Overridable 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>
Value
Type:
System.Collections.SpecializedNotifyCollectionChangedEventHandlerImplements
INotifyCollectionChangedCollectionChangedSee Also