Share via


PolicyItemsChangedEventArgs.ItemsRemoved Property

Gets the items that have been removed from the policy since the last change event.

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

Syntax

'Declaration
Public ReadOnly Property ItemsRemoved As IEnumerable(Of ModelItem)
    Get
public IEnumerable<ModelItem> ItemsRemoved { get; }
public:
property IEnumerable<ModelItem^>^ ItemsRemoved {
    IEnumerable<ModelItem^>^ get ();
}
member ItemsRemoved : IEnumerable<ModelItem>
function get ItemsRemoved () : IEnumerable<ModelItem>

Property Value

Type: System.Collections.Generic.IEnumerable<ModelItem>
An enumeration of ModelItem objects that were removed during the policy change.

.NET Framework Security

See Also

Reference

PolicyItemsChangedEventArgs Class

Microsoft.Windows.Design.Policies Namespace

ItemPolicy

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Understanding WPF Designer Extensibility