ChangesApplied イベント
変更の適用後、データベースとの接続を切断する前に、アップロード中に発生します。
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)
構文
'宣言
Public Event ChangesApplied As EventHandler(Of DbChangesAppliedEventArgs)
'使用
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesAppliedEventArgs)
AddHandler instance.ChangesApplied, handler
public event EventHandler<DbChangesAppliedEventArgs> ChangesApplied
public:
event EventHandler<DbChangesAppliedEventArgs^>^ ChangesApplied {
void add (EventHandler<DbChangesAppliedEventArgs^>^ value);
void remove (EventHandler<DbChangesAppliedEventArgs^>^ value);
}
member ChangesApplied : IEvent<EventHandler<DbChangesAppliedEventArgs>,
DbChangesAppliedEventArgs>