ITableControlEventProcessor.PostprocessSelectionChanged 메서드

정의

기본 처리기 다음에 SelectionChanged 이벤트를 처리합니다.

public:
 void PostprocessSelectionChanged(Microsoft::VisualStudio::Shell::TableControl::TableSelectionChangedEventArgs ^ e);
public void PostprocessSelectionChanged (Microsoft.VisualStudio.Shell.TableControl.TableSelectionChangedEventArgs e);
abstract member PostprocessSelectionChanged : Microsoft.VisualStudio.Shell.TableControl.TableSelectionChangedEventArgs -> unit
Public Sub PostprocessSelectionChanged (e As TableSelectionChangedEventArgs)

매개 변수

e
TableSelectionChangedEventArgs

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

적용 대상