共用方式為


SqlCeClientSyncProvider.OnSelectingChanges 方法

引發 SelectingChanges 事件。

命名空間: Microsoft.Synchronization.Data.SqlServerCe
組件: Microsoft.Synchronization.Data.SqlServerCe (在 microsoft.synchronization.data.sqlserverce.dll)

語法

'宣告
Protected Overridable Sub OnSelectingChanges ( _
    value As SelectingChangesEventArgs _
)
'用途
Dim value As SelectingChangesEventArgs

Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges (
    SelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges (
    SelectingChangesEventArgs^ value
)
protected void OnSelectingChanges (
    SelectingChangesEventArgs value
)
protected function OnSelectingChanges (
    value : SelectingChangesEventArgs
)

參數

請參閱

參考

SqlCeClientSyncProvider 類別
SqlCeClientSyncProvider 成員
Microsoft.Synchronization.Data.SqlServerCe 命名空間