PopulatingEventArgs Constructor

Initializes a new instance of the PopulatingEventArgs.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public PopulatingEventArgs(
	string? parameter
)

Parameters

parameter  String
The value of the SearchText property, which is used to filter items for the AutoCompleteBox control.

See Also