Share via


PolicyItemsChangedEventArgs.Policy Property

Gets the policy that changed.

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

Syntax

'Declaration
Public ReadOnly Property Policy As ItemPolicy
    Get
public ItemPolicy Policy { get; }
public:
property ItemPolicy^ Policy {
    ItemPolicy^ get ();
}
member Policy : ItemPolicy
function get Policy () : ItemPolicy

Property Value

Type: Microsoft.Windows.Design.Policies.ItemPolicy
An ItemPolicy object representing the policy that changed.

.NET Framework Security

See Also

Reference

PolicyItemsChangedEventArgs Class

Microsoft.Windows.Design.Policies Namespace

ItemPolicy

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Understanding WPF Designer Extensibility