TableSelectionChangedEventArgs.RemovedEntries Property

Definition

Gets a list that contains the items that were unselected.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ RemovedEntries { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle> RemovedEntries { get; }
member this.RemovedEntries : seq<Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle>
Public ReadOnly Property RemovedEntries As IEnumerable(Of ITableEntryHandle)

Property Value

Returns IEnumerable<T>.

Applies to