ITableControlEventProcessor.PreprocessSelectionChanged 方法

定义

在默认处理程序之前处理 SelectionChanged 事件。

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

参数

适用于