MobileServiceCollectionView<T>.CollectionChanged Event

Occurs when the collection changes.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
'Usage
Dim instance As MobileServiceCollectionView 
Dim handler As NotifyCollectionChangedEventHandler 

AddHandler instance.CollectionChanged, handler
public event NotifyCollectionChangedEventHandler CollectionChanged
public:
virtual   event NotifyCollectionChangedEventHandler^ CollectionChanged {
    void add (NotifyCollectionChangedEventHandler^ value);
    void remove (NotifyCollectionChangedEventHandler^ value);
}
abstract CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>
override CollectionChanged : IEvent<NotifyCollectionChangedEventHandler,
    NotifyCollectionChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.

Implements

INotifyCollectionChanged.CollectionChanged

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace