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)

参数

适用于