PopulatedEventArgs Constructor

Initializes a new instance of the PopulatedEventArgs.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public PopulatedEventArgs(
	IEnumerable data
)

Parameters

data  IEnumerable
The list of possible matches added to the drop-down portion of the AutoCompleteBox control.

See Also