次の方法で共有


ITableControlEventProcessor.PostprocessMouseRightButtonUp メソッド

定義

既定のハンドラーの後にマウスの右ボタンアップ イベントを処理します。

public:
 void PostprocessMouseRightButtonUp(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, System::Windows::Input::MouseButtonEventArgs ^ e);
public void PostprocessMouseRightButtonUp (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, System.Windows.Input.MouseButtonEventArgs e);
abstract member PostprocessMouseRightButtonUp : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * System.Windows.Input.MouseButtonEventArgs -> unit
Public Sub PostprocessMouseRightButtonUp (entry As ITableEntryHandle, e As MouseButtonEventArgs)

パラメーター

entry
ITableEntryHandle

イベントを発生させるテーブル エントリ。

e
MouseButtonEventArgs

イベントを記述するイベント引数。

適用対象