Aracılığıyla paylaş


ITableControlEventProcessor.PreprocessMouseRightButtonUp Yöntem

Tanım

Varsayılan işleyiciden önce bir fare sağ düğmesi yukarı olayını işler.

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)

Parametreler

entry
ITableEntryHandle

Olayı yükselten tablo girişi.

e
MouseButtonEventArgs

Olayı açıklayan olay bağımsız değişkenleri.

Şunlara uygulanır