Binding.NotifyOnTargetUpdated 属性

定义

获取或设置一个值,该值指示当值从绑定源传输到绑定目标时是否引发 TargetUpdated 事件。

public:
 property bool NotifyOnTargetUpdated { bool get(); void set(bool value); };
public bool NotifyOnTargetUpdated { get; set; }
member this.NotifyOnTargetUpdated : bool with get, set
Public Property NotifyOnTargetUpdated As Boolean

属性值

如果绑定目标值更新时应当引发 TargetUpdated 事件,则为 true;否则为 false。 默认值为 false

适用于

另请参阅