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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.