SettingsListChangedEventArgs.ItemAdded Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o item que foi adicionado.
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)
Valor da propriedade
O item que foi adicionado.