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