TableEntryNavigateEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
TableEntryNavigateEventArgs(Boolean, Boolean) |
Creates new instance of TableEntryNavigateEventArgs. |
TableEntryNavigateEventArgs(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. |