SettingsListChangedEventArgs.ItemAdded Property

Definition

Gets the item that was added.

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> ItemAdded { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(); };
public System.Collections.Generic.KeyValuePair<string,object> ItemAdded { get; }
member this.ItemAdded : System.Collections.Generic.KeyValuePair<string, obj>
Public ReadOnly Property ItemAdded As KeyValuePair(Of String, Object)

Property Value

The item that was added.

Applies to