OnSelectingChanges Método
Genera el evento SelectingChanges.
Espacio de nombres: Microsoft.Synchronization.Data.Server
Ensamblado: Microsoft.Synchronization.Data.Server (en Microsoft.Synchronization.Data.Server.dll)
Sintaxis
'Declaración
Protected Overridable Sub OnSelectingChanges ( _
value As SelectingChangesEventArgs _
)
'Uso
Dim value As SelectingChangesEventArgs
Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges(
SelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges(
SelectingChangesEventArgs^ value
)
abstract OnSelectingChanges :
value:SelectingChangesEventArgs -> unit
override OnSelectingChanges :
value:SelectingChangesEventArgs -> unit
protected function OnSelectingChanges(
value : SelectingChangesEventArgs
)
Parámetros
- value
Tipo: Microsoft.Synchronization.Data. . :: . .SelectingChangesEventArgs
Objeto SelectingChangesEventArgs que contiene datos del evento.