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 です。

適用対象

こちらもご覧ください