RequirementSubscription.OnRequirementChanged 方法

引发 RequirementChanged 事件。

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

语法

声明
Protected Sub OnRequirementChanged
protected void OnRequirementChanged()
protected:
void OnRequirementChanged()
member OnRequirementChanged : unit -> unit 
protected function OnRequirementChanged()

备注

在要求发生更改时调用此方法。

.NET Framework 安全性

请参见

参考

RequirementSubscription 类

Microsoft.Windows.Design 命名空间

RequirementAttribute

其他资源

了解 WPF 设计器扩展性