SqlCeClientSyncProvider.ApplyingChanges イベント

クライアントで同期グループに対する変更が適用される前に発生します。

名前空間: Microsoft.Synchronization.Data.SqlServerCe
アセンブリ: Microsoft.Synchronization.Data.SqlServerCe (microsoft.synchronization.data.sqlserverce.dll 内)

構文

'宣言
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'使用
Dim instance As SqlCeClientSyncProvider
Dim handler As EventHandler(Of ApplyingChangesEventArgs)

AddHandler instance.ApplyingChanges, handler
public event EventHandler<ApplyingChangesEventArgs> ApplyingChanges
public:
event EventHandler<ApplyingChangesEventArgs^>^ ApplyingChanges {
    void add (EventHandler<ApplyingChangesEventArgs^>^ value);
    void remove (EventHandler<ApplyingChangesEventArgs^>^ value);
}
/** @event */
public void add_ApplyingChanges (EventHandler<ApplyingChangesEventArgs> value)

/** @event */
public void remove_ApplyingChanges (EventHandler<ApplyingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

参照

リファレンス

SqlCeClientSyncProvider クラス
SqlCeClientSyncProvider メンバー
Microsoft.Synchronization.Data.SqlServerCe 名前空間