SelectionChangedEventArgs.PreviousSelection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of items that were previously selected before the change.
public:
property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ PreviousSelection { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<object> PreviousSelection { get; }
member this.PreviousSelection : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property PreviousSelection As IReadOnlyList(Of Object)
Property Value
A read-only list of the previously selected items. Empty if no items were previously selected.