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

이벤트를 설명하는 이벤트 인수입니다.

적용 대상