ItemPolicy.PolicyItemsChanged Event

Occurs when the policy changes.

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

Syntax

'Declaration
Public Event PolicyItemsChanged As EventHandler(Of PolicyItemsChangedEventArgs)
public event EventHandler<PolicyItemsChangedEventArgs> PolicyItemsChanged
public:
 event EventHandler<PolicyItemsChangedEventArgs^>^ PolicyItemsChanged {
    void add (EventHandler<PolicyItemsChangedEventArgs^>^ value);
    void remove (EventHandler<PolicyItemsChangedEventArgs^>^ value);
}
member PolicyItemsChanged : IEvent<EventHandler<PolicyItemsChangedEventArgs>,
    PolicyItemsChangedEventArgs>
JScript does not support events.

Remarks

The policy can raise this event itself by calling the OnPolicyItemsChanged method.

.NET Framework Security

See Also

Reference

ItemPolicy Class

Microsoft.Windows.Design.Policies Namespace

PrimarySelectionPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility