Aracılığıyla paylaş


ITableControlEventProcessor.PostprocessMouseRightButtonUp Yöntem

Tanım

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

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)

Parametreler

entry
ITableEntryHandle

Olayı yükselten tablo girişi.

e
MouseButtonEventArgs

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

Şunlara uygulanır