Share via


ModelChangedEventArgs.ItemsRemoved Property

Gets an enumeration of objects that have been removed from 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 ItemsRemoved As IEnumerable(Of ModelItem)
    Get
public abstract IEnumerable<ModelItem> ItemsRemoved { get; }
public:
virtual property IEnumerable<ModelItem^>^ ItemsRemoved {
    IEnumerable<ModelItem^>^ get () abstract;
}
abstract ItemsRemoved : IEnumerable<ModelItem>
abstract function get ItemsRemoved () : IEnumerable<ModelItem>

Property Value

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

.NET Framework Security

See Also

Reference

ModelChangedEventArgs Class

Microsoft.Windows.Design.Services Namespace

ModelService

ModelItem

Other Resources

Understanding WPF Designer Extensibility