Share via


TableControlEventProcessorBase.PreprocessNavigateToHelp Method

Definition

public:
 virtual void PreprocessNavigateToHelp(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, Microsoft::VisualStudio::Shell::TableControl::TableEntryEventArgs ^ e);
public virtual 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
override this.PreprocessNavigateToHelp : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * Microsoft.VisualStudio.Shell.TableControl.TableEntryEventArgs -> unit
Public Overridable Sub PreprocessNavigateToHelp (entry As ITableEntryHandle, e As TableEntryEventArgs)

Parameters

Implements

Applies to