SettingsListChangedEventArgs.ItemAdded 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 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.