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

プロパティ値

バインドターゲット値が更新されたときに イベントを発生させる必要がある場合は 。それ以外の場合は。 既定値は false です。

適用対象

こちらもご覧ください