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 SelectingChanges event.
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
)
Parameters
- value
Type: Microsoft.Synchronization.Data.DbSelectingChangesEventArgs
A DbSelectingChangesEventArgs object that contains event data.