Table of Contents

Class PopulatedEventArgs

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Provides data for the Populated event.

public class PopulatedEventArgs : EventArgs
Inheritance
PopulatedEventArgs
Inherited Members

Constructors

PopulatedEventArgs(IEnumerable)

Initializes a new instance of the PopulatedEventArgs.

public PopulatedEventArgs(IEnumerable data)

Parameters

data IEnumerable

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

Properties

Data

Gets the list of possible matches added to the drop-down portion of the AutoCompleteBox control.

public IEnumerable Data { get; }

Property Value

IEnumerable

The list of possible matches added to the AutoCompleteBox.