TableSelectionChangedEventArgs Class
Visual Studio 2015
Provides data for the ITableControlEventProcessor.PreprocessSelectionChanged(TableSelectionChangedEventArgs) and ITableControlEventProcessor.PostprocessSelectionChanged(TableSelectionChangedEventArgs) events.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.Shell.TableControl::TableSelectionChangedEventArgs
System::EventArgs
Microsoft.VisualStudio.Shell.TableControl::TableSelectionChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | TableSelectionChangedEventArgs(SelectionChangedEventArgs^) | Creates a new instance of TableSelectionChangedEventArgs. |
| Name | Description | |
|---|---|---|
![]() | AddedEntries | Gets a list that contains the items that were selected. |
![]() | RemovedEntries | Gets a list that contains the items that were unselected. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | SelectionChangedEventArgs | 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.
Show:



