MobileServiceTableCollectionView.VectorChanged Event
*[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The feature described in this topic is available only in preview. To use this feature and other new Windows Azure capabilities, sign up for the free preview.*
Namespace: Microsoft.WindowsAzure.MobileServices
Assembly: Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)
Usage
'Usage
Dim instance As MobileServiceTableCollectionView(Of T)
Dim handler As VectorChangedEventHandler(Of Object)
AddHandler instance.VectorChanged, handler
Syntax
'Declaration
Public Event VectorChanged As VectorChangedEventHandler(Of Object)
public event VectorChangedEventHandler<Object> VectorChanged
public:
virtual event VectorChangedEventHandler<Object^>^ VectorChanged {
EventRegistrationToken add (VectorChangedEventHandler<Object^>^ value) sealed;
void remove (EventRegistrationToken value) sealed;
}
/** @event */
public final EventRegistrationToken add_VectorChanged (VectorChangedEventHandler<Object> value)
/** @event */
public final void remove_VectorChanged (EventRegistrationToken value)
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
MobileServiceTableCollectionView Class
MobileServiceTableCollectionView Members
Microsoft.WindowsAzure.MobileServices Namespace