AutoCompleteBox.

OnPopulated(PopulatedEventArgs) Method

Summary

Raises the Populated event.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

protected virtual void OnPopulated(PopulatedEventArgs e)

Parameters

Name Type Description
e PopulatedEventArgs A PopulatedEventArgs that contains the event data.

Return Value

Type Description
void