OnApplyingChanges 方法
引发 ApplyingChanges 事件。
命名空间: Microsoft.Synchronization.Data.Server
程序集: Microsoft.Synchronization.Data.Server(在 Microsoft.Synchronization.Data.Server.dll 中)
语法
声明
Protected Overridable Sub OnApplyingChanges ( _
value As ApplyingChangesEventArgs _
)
用法
Dim value As ApplyingChangesEventArgs
Me.OnApplyingChanges(value)
protected virtual void OnApplyingChanges(
ApplyingChangesEventArgs value
)
protected:
virtual void OnApplyingChanges(
ApplyingChangesEventArgs^ value
)
abstract OnApplyingChanges :
value:ApplyingChangesEventArgs -> unit
override OnApplyingChanges :
value:ApplyingChangesEventArgs -> unit
protected function OnApplyingChanges(
value : ApplyingChangesEventArgs
)
参数
- value
类型:Microsoft.Synchronization.Data. . :: . .ApplyingChangesEventArgs
包含事件数据的 ApplyingChangesEventArgs 对象。