OnSelectingChanges 方法
引發 SelectingChanges 事件。
命名空間: Microsoft.Synchronization.Data.Server
組件: Microsoft.Synchronization.Data.Server (在 Microsoft.Synchronization.Data.Server.dll 中)
語法
'宣告
Protected Overridable Sub OnSelectingChanges ( _
value As SelectingChangesEventArgs _
)
'用途
Dim value As SelectingChangesEventArgs
Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges(
SelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges(
SelectingChangesEventArgs^ value
)
abstract OnSelectingChanges :
value:SelectingChangesEventArgs -> unit
override OnSelectingChanges :
value:SelectingChangesEventArgs -> unit
protected function OnSelectingChanges(
value : SelectingChangesEventArgs
)
參數
- value
型別:Microsoft.Synchronization.Data. . :: . .SelectingChangesEventArgs
包含事件資料的 SelectingChangesEventArgs 物件。