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.Server
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Syntax
'Declaration
Protected Overridable Sub OnSelectingChanges ( _
value As SelectingChangesEventArgs _
)
'Usage
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
)
Parameters
- value
Type: Microsoft.Synchronization.Data.SelectingChangesEventArgs
A SelectingChangesEventArgs object that contains event data.