PopulatedEventArgs.

PopulatedEventArgs(IEnumerable) Constructor

Summary

Initializes a new instance of the PopulatedEventArgs.
Namespace
Avalonia.Controls
Containing Type
PopulatedEventArgs

Syntax

public PopulatedEventArgs(IEnumerable data)

Parameters

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

Return Value

Type Description
void