共用方式為


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)

參數

適用於