UpdateSourceTrigger Property
Gets or sets a value that determines the timing of binding source updates for TwoWay and OneWayToSource bindings.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Markup (in Avalonia.Markup.dll)
- C#
- VB
- F#
public UpdateSourceTrigger UpdateSourceTrigger { get; set; }
Public Property UpdateSourceTrigger As UpdateSourceTrigger
Get
Set
member UpdateSourceTrigger : UpdateSourceTrigger with get, set