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 オブジェクト。