OnApplyingChanges Método
Genera el evento ApplyingChanges.
Espacio de nombres: Microsoft.Synchronization.Data.Server
Ensamblado: Microsoft.Synchronization.Data.Server (en Microsoft.Synchronization.Data.Server.dll)
Sintaxis
'Declaración
Protected Overridable Sub OnApplyingChanges ( _
value As ApplyingChangesEventArgs _
)
'Uso
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
)
Parámetros
- value
Tipo: Microsoft.Synchronization.Data. . :: . .ApplyingChangesEventArgs
Objeto ApplyingChangesEventArgs que contiene datos del evento.