SettingsListChangedEventArgs::ItemAdded Property

Visual Studio 2015
 

Gets the item that was added.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property KeyValuePair<String^, Object^> ItemAdded {
	[CompilerGeneratedAttribute]
	KeyValuePair<String^, Object^> get();
	[CompilerGeneratedAttribute]
	private: void set(KeyValuePair<String^, Object^> value);
}

Property Value

Type: System.Collections.Generic::KeyValuePair<String^, Object^>

The item that was added.

Return to top
Show: