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