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 a new instance of TableEntryNavigateEventArgs.

TableEntryNavigateEventArgs(Boolean, Boolean)

Creates new instance of TableEntryNavigateEventArgs.

Properties

Handled

Indicates whether or not the event has been handled.

(Inherited from TableEntryEventArgs)
IsPreview

Indicates whether the navigation is a preview operation.

ShouldActivate

Indicates whether the navigation should activate document containing the entry.

Applies to