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);
}
member ApplyingChanges : IEvent<EventHandler<ApplyingChangesEventArgs>,
ApplyingChangesEventArgs>