ItemPolicy.PolicyItemsChanged 事件

更新:2007 年 11 月

当策略更改时发生。

命名空间:  Microsoft.Windows.Design.Policies
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)

语法

声明
Public Event PolicyItemsChanged As EventHandler(Of PolicyItemsChangedEventArgs)
用法
Dim instance As ItemPolicy
Dim handler As EventHandler(Of PolicyItemsChangedEventArgs)

AddHandler instance.PolicyItemsChanged, handler
public event EventHandler<PolicyItemsChangedEventArgs> PolicyItemsChanged
public:
 event EventHandler<PolicyItemsChangedEventArgs^>^ PolicyItemsChanged {
    void add (EventHandler<PolicyItemsChangedEventArgs^>^ value);
    void remove (EventHandler<PolicyItemsChangedEventArgs^>^ value);
}
JScript 不支持事件。

备注

通过调用 OnPolicyItemsChanged 方法,策略本身就可以引发此事件。

权限

另请参见

参考

ItemPolicy 类

ItemPolicy 成员

Microsoft.Windows.Design.Policies 命名空间

PrimarySelectionPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

其他资源

功能提供程序和功能连接器

了解 WPF 设计器扩展性