TableEntryEventArgs 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 TableEntryEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTableEntryEventArgs()

Creates s new instance of TableEntryEventArgs.

NameDescription
System_CAPS_pubpropertyHandled

Indicates whether or not the event has been handled.

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: