ChangesApplied 事件
在服务器处应用了同步组的所有变更之后发生。
命名空间: Microsoft.Synchronization.Data.Server
程序集: Microsoft.Synchronization.Data.Server(在 Microsoft.Synchronization.Data.Server.dll 中)
语法
声明
Public Event ChangesApplied As EventHandler(Of ChangesAppliedEventArgs)
用法
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of ChangesAppliedEventArgs)
AddHandler instance.ChangesApplied, handler
public event EventHandler<ChangesAppliedEventArgs> ChangesApplied
public:
event EventHandler<ChangesAppliedEventArgs^>^ ChangesApplied {
void add (EventHandler<ChangesAppliedEventArgs^>^ value);
void remove (EventHandler<ChangesAppliedEventArgs^>^ value);
}
member ChangesApplied : IEvent<EventHandler<ChangesAppliedEventArgs>,
ChangesAppliedEventArgs>