ITableControlEventProcessor.PreprocessNavigate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在默認處理程式之前處理 Navigate 事件。
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)
參數
- entry
- ITableEntryHandle
引發事件的數據表專案。