ITableControlEventProcessor.PreprocessNavigate Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gestisce un evento Navigate prima del gestore predefinito.
public:
void PreprocessNavigate(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, Microsoft::VisualStudio::Shell::TableControl::TableEntryNavigateEventArgs ^ e);
public void PreprocessNavigate (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, Microsoft.VisualStudio.Shell.TableControl.TableEntryNavigateEventArgs e);
abstract member PreprocessNavigate : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * Microsoft.VisualStudio.Shell.TableControl.TableEntryNavigateEventArgs -> unit
Public Sub PreprocessNavigate (entry As ITableEntryHandle, e As TableEntryNavigateEventArgs)
Parametri
- entry
- ITableEntryHandle
Voce della tabella che genera l'evento.
Oggetto TableEntryNavigateEventArgs che descrive l'evento.