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)
'Usage
Dim instance As ModelChangedEventArgs
Dim value As IEnumerable(Of ModelItem)
value = instance.ItemsRemoved
public abstract IEnumerable<ModelItem> ItemsRemoved { get; }
public:
virtual property IEnumerable<ModelItem^>^ ItemsRemoved {
IEnumerable<ModelItem^>^ get () abstract;
}
public 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Services Namespace