PopulatingEventArgs.

PopulatingEventArgs(string) Constructor

Summary

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

Syntax

public PopulatingEventArgs(string parameter)

Parameters

Name Type Description
parameter string The value of the SearchText property, which is used to filter items for the AutoCompleteBox control.

Return Value

Type Description
void