Share via


PolicyItemsChangedEventArgs.ItemsAdded Property

Gets the items that have been added to 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 ItemsAdded As IEnumerable(Of ModelItem)
    Get
public IEnumerable<ModelItem> ItemsAdded { get; }
public:
property IEnumerable<ModelItem^>^ ItemsAdded {
    IEnumerable<ModelItem^>^ get ();
}
member ItemsAdded : IEnumerable<ModelItem>
function get ItemsAdded () : IEnumerable<ModelItem>

Property Value

Type: System.Collections.Generic.IEnumerable<ModelItem>
An enumeration of ModelItem objects that were added 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