RelationalSyncProvider.ChangesSelected Event
Occurs during downloading, after enumerating changes but before disconnecting from the database.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Event ChangesSelected As EventHandler(Of DbChangesSelectedEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesSelectedEventArgs)
AddHandler instance.ChangesSelected, handler
public event EventHandler<DbChangesSelectedEventArgs> ChangesSelected
public:
event EventHandler<DbChangesSelectedEventArgs^>^ ChangesSelected {
void add (EventHandler<DbChangesSelectedEventArgs^>^ value);
void remove (EventHandler<DbChangesSelectedEventArgs^>^ value);
}
member ChangesSelected : IEvent<EventHandler<DbChangesSelectedEventArgs>,
DbChangesSelectedEventArgs>
JScript supports the use of events, but not the declaration of new ones.