TableEntryNavigateEventArgs Class

Visual Studio 2015
 

Provides data about a table entry navigation event.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Shell.TableControl::TableEntryEventArgs
      Microsoft.VisualStudio.Shell.TableControl::TableEntryNavigateEventArgs

public ref class TableEntryNavigateEventArgs : TableEntryEventArgs

NameDescription
System_CAPS_pubmethodTableEntryNavigateEventArgs(Boolean)

Creates a new instance of TableEntryNavigateEventArgs.

NameDescription
System_CAPS_pubpropertyHandled

Indicates whether or not the event has been handled.(Inherited from TableEntryEventArgs.)

System_CAPS_pubpropertyIsPreview

Indicates whether the navigation is a preview operation.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: