Delay Property
Gets or sets the amount of time, in milliseconds, to wait before updating the binding source after the value on the target changes.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Markup (in Avalonia.Markup.dll)
- C#
- VB
- F#
public int Delay { get; set; }
Public Property Delay As Integer
Get
Set
member Delay : int with get, set
Property Value
Int32Remarks
There is no delay when the source is updated via LostFocus or UpdateSource(). Nor is there a delay when OneWayToSource is active and a new source object is provided.