Binding.NotifyOnSourceUpdated Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das SourceUpdated-Ereignis ausgelöst werden soll, wenn ein Wert vom Bindungsziel zur Bindungsquelle übertragen wird, oder legt diesen Wert fest.

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

Eigenschaftswert

true, wenn das SourceUpdated-Ereignis bei der Aktualisierung des Bindungsquellwerts ausgelöst werden soll, andernfalls false. Der Standardwert ist false.

Gilt für:

Weitere Informationen