Share via


SettingsListChangedEventArgs.ItemsRemoved Property

Definition

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.

Applies to