Sdílet prostřednictvím


ITableControlEventProcessor.PreprocessNavigateToHelp Metoda

Definice

Zpracovává událost Navigate před výchozí obslužnou rutinou.

public:
 void PreprocessNavigateToHelp(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, Microsoft::VisualStudio::Shell::TableControl::TableEntryEventArgs ^ e);
public void PreprocessNavigateToHelp (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, Microsoft.VisualStudio.Shell.TableControl.TableEntryEventArgs e);
abstract member PreprocessNavigateToHelp : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * Microsoft.VisualStudio.Shell.TableControl.TableEntryEventArgs -> unit
Public Sub PreprocessNavigateToHelp (entry As ITableEntryHandle, e As TableEntryEventArgs)

Parametry

entry
ITableEntryHandle

Položka tabulky, která vyvolává událost.

e
TableEntryEventArgs

Popisující TableEntryEventArgs událost.

Platí pro