Share via


PolicyItemsChangedEventArgs Class

Provides data for the PolicyItemsChanged event.

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

Syntax

'Declaration
Public Class PolicyItemsChangedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As PolicyItemsChangedEventArgs
public class PolicyItemsChangedEventArgs : EventArgs
public ref class PolicyItemsChangedEventArgs : public EventArgs
public class PolicyItemsChangedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Design.Policies.PolicyItemsChangedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PolicyItemsChangedEventArgs Members

Microsoft.Windows.Design.Policies Namespace

ItemPolicy

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Understanding WPF Designer Extensibility