ModelChangedEventArgs.ItemsAdded 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.
Caution
Don't use this property. Use "ModelChangeInfo" instead.
When implemented by a derived class, gets an enumeration of event argument objects that have been added.
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)
Property Value
An IEnumerable<T> of added event arguments.
- Attributes
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.