Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Löst das SelectingChanges-Ereignis aus.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnSelectingChanges ( _
value As DbSelectingChangesEventArgs _
)
'Usage
Dim value As DbSelectingChangesEventArgs
Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges(
DbSelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges(
DbSelectingChangesEventArgs^ value
)
abstract OnSelectingChanges :
value:DbSelectingChangesEventArgs -> unit
override OnSelectingChanges :
value:DbSelectingChangesEventArgs -> unit
protected function OnSelectingChanges(
value : DbSelectingChangesEventArgs
)
Parameter
- value
Typ: Microsoft.Synchronization.Data. . :: . .DbSelectingChangesEventArgs
Ein DbSelectingChangesEventArgs-Objekt, das Ereignisdaten enthält.