ITableControlEventProcessor.PreprocessMouseRightButtonUp 方法

定义

在默认处理程序之前处理鼠标右键向上键事件。

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

参数

entry
ITableEntryHandle

引发事件的表条目。

e
MouseButtonEventArgs

描述事件的事件参数。

适用于