Share via


TableEntryNavigateEventArgs Class

Definition

Provides data about a table entry navigation event.

public ref class TableEntryNavigateEventArgs : Microsoft::VisualStudio::Shell::TableControl::TableEntryEventArgs
public class TableEntryNavigateEventArgs : Microsoft.VisualStudio.Shell.TableControl.TableEntryEventArgs
type TableEntryNavigateEventArgs = class
    inherit TableEntryEventArgs
Public Class TableEntryNavigateEventArgs
Inherits TableEntryEventArgs
Inheritance
TableEntryNavigateEventArgs

Constructors

TableEntryNavigateEventArgs(Boolean)

Creates new instance of TableEntryNavigateEventArgs.

TableEntryNavigateEventArgs(Boolean, Boolean)

Creates new instance of TableEntryNavigateEventArgs.

Properties

Handled

Indeicates whether or not the event has been handled.

(Inherited from TableEntryEventArgs)
IsPreview

Indicates whether the navigation should open the document in the preview tab.

ShouldActivate

Indicates whether the navigation should activate document containing the entry.

Applies to