NotifyParentPropertyAttribute.NotifyParent 属性

定义

获取或设置一个值,该值指示是否应该通知父属性有关属性值的更改。

public:
 property bool NotifyParent { bool get(); };
public bool NotifyParent { get; }
member this.NotifyParent : bool
Public ReadOnly Property NotifyParent As Boolean

属性值

如果应该向父属性通知更改,则为 true;否则为 false

适用于

另请参阅