Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Occurs during uploading, after connecting to the database but before applying changes.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Event ApplyingChanges As EventHandler(Of DbApplyingChangesEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbApplyingChangesEventArgs)
AddHandler instance.ApplyingChanges, handler
public event EventHandler<DbApplyingChangesEventArgs> ApplyingChanges
public:
event EventHandler<DbApplyingChangesEventArgs^>^ ApplyingChanges {
void add (EventHandler<DbApplyingChangesEventArgs^>^ value);
void remove (EventHandler<DbApplyingChangesEventArgs^>^ value);
}
member ApplyingChanges : IEvent<EventHandler<DbApplyingChangesEventArgs>,
DbApplyingChangesEventArgs>
JScript supports the use of events, but not the declaration of new ones.