TableSelectionChangedEventArgs Class

Visual Studio 2015
 

Provides data for the ITableControlEventProcessor.PreprocessSelectionChanged(TableSelectionChangedEventArgs) and ITableControlEventProcessor.PostprocessSelectionChanged(TableSelectionChangedEventArgs) events.

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::TableSelectionChangedEventArgs

public ref class TableSelectionChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTableSelectionChangedEventArgs(SelectionChangedEventArgs^)

Creates a new instance of TableSelectionChangedEventArgs.

NameDescription
System_CAPS_pubpropertyAddedEntries

Gets a list that contains the items that were selected.

System_CAPS_pubpropertyRemovedEntries

Gets a list that contains the items that were unselected.

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.)

NameDescription
System_CAPS_pubfieldSelectionChangedEventArgs

The SelectionChangedEventArgs that initiated this event.

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: