ITableControlEventProcessor.PostprocessMouseRightButtonUp メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既定のハンドラーの後にマウスの右ボタンアップ イベントを処理します。
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
イベントを発生させるテーブル エントリ。
イベントを記述するイベント引数。