MobileServiceCollectionView<T>.CurrentChanging Event

Occurs before the current item is changed.

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

Syntax

'Declaration
Public Event CurrentChanging As CurrentChangingEventHandler
'Usage
Dim instance As MobileServiceCollectionView 
Dim handler As CurrentChangingEventHandler 

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

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace