ITableControlEventProcessor.PreprocessSelectionChanged(TableSelectionChangedEventArgs) Método

Definição

Manipula um evento SelectionChanged antes do manipulador padrão.

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)

Parâmetros

e
TableSelectionChangedEventArgs

Um TableEntryNavigateEventArgs que descreve o evento.

Aplica-se a