ModelChangedEventArgs.ItemsAdded Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Don't use this property. Use "ModelChangeInfo" instead.
Cuando lo implementa una clase derivada, obtiene una enumeración de los objetos de argumento de evento que se han agregado.
public:
abstract property System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ ItemsAdded { System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelItem> ItemsAdded { get; }
[System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")]
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelItem> ItemsAdded { get; }
member this.ItemsAdded : seq<System.Activities.Presentation.Model.ModelItem>
[<System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")>]
member this.ItemsAdded : seq<System.Activities.Presentation.Model.ModelItem>
Public MustOverride ReadOnly Property ItemsAdded As IEnumerable(Of ModelItem)
Valor de propiedad
Objeto IEnumerable<T> con los argumentos de evento agregados.
- Atributos