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.
Raises the ApplyingChanges event.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyingChanges ( _
value As ApplyingChangesEventArgs _
)
'Usage
Dim value As ApplyingChangesEventArgs
Me.OnApplyingChanges(value)
protected virtual void OnApplyingChanges(
ApplyingChangesEventArgs value
)
protected:
virtual void OnApplyingChanges(
ApplyingChangesEventArgs^ value
)
abstract OnApplyingChanges :
value:ApplyingChangesEventArgs -> unit
override OnApplyingChanges :
value:ApplyingChangesEventArgs -> unit
protected function OnApplyingChanges(
value : ApplyingChangesEventArgs
)
Parameters
- value
Type: Microsoft.Synchronization.Data.ApplyingChangesEventArgs
An ApplyingChangesEventArgs object that contains event data.