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 before changes are applied at the server for a synchronization group.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'Usage
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of ApplyingChangesEventArgs)
AddHandler instance.ApplyingChanges, handler
public event EventHandler<ApplyingChangesEventArgs> ApplyingChanges
public:
event EventHandler<ApplyingChangesEventArgs^>^ ApplyingChanges {
void add (EventHandler<ApplyingChangesEventArgs^>^ value);
void remove (EventHandler<ApplyingChangesEventArgs^>^ value);
}
member ApplyingChanges : IEvent<EventHandler<ApplyingChangesEventArgs>,
ApplyingChangesEventArgs>
JScript supports the use of events, but not the declaration of new ones.