Share via


ModelChangedEventArgs.ItemsAdded Property

Gets an enumeration of objects that have been added to the editing model.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ItemsAdded As IEnumerable(Of ModelItem)
    Get
public abstract IEnumerable<ModelItem> ItemsAdded { get; }
public:
virtual property IEnumerable<ModelItem^>^ ItemsAdded {
    IEnumerable<ModelItem^>^ get () abstract;
}
abstract ItemsAdded : IEnumerable<ModelItem>
abstract function get ItemsAdded () : IEnumerable<ModelItem>

Property Value

Type: System.Collections.Generic.IEnumerable<ModelItem>
An enumeration of ModelItem objects that have been added to the editing model.

.NET Framework Security

See Also

Reference

ModelChangedEventArgs Class

Microsoft.Windows.Design.Services Namespace

ModelService

ModelItem

Other Resources

Understanding WPF Designer Extensibility