MobileServiceCollectionView<T>.CurrentChanged Event

Occurs after the current item has been changed.

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

Syntax

'Declaration
Public Event CurrentChanged As EventHandler(Of Object)
'Usage
Dim instance As MobileServiceCollectionView 
Dim handler As EventHandler(Of Object)

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

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace