SettingsListChangedEventArgs.ItemsRemoved 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.
The items that were removed.
public:
property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ ItemsRemoved { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> ItemsRemoved { get; }
member this.ItemsRemoved : seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property ItemsRemoved As IEnumerable(Of KeyValuePair(Of String, Object))
Property Value
Gets the items that were removed.