Skip to main content

PopulatedEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Provides data for the Avalonia.Controls.AutoCompleteBox.Populated event.

public class PopulatedEventArgs

Inheritance: EventArgs -> PopulatedEventArgs

Constructors

NameDescription
PopulatedEventArgsInitializes a new instance of the Avalonia.Controls.PopulatedEventArgs.

PopulatedEventArgs Constructor

Initializes a new instance of the Avalonia.Controls.PopulatedEventArgs.

public PopulatedEventArgs(System.Collections.IEnumerable data)

Parameters

data System.Collections.IEnumerable

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

Properties

NameDescription
DataGets the list of possible matches added to the drop-down portion of the Avalonia.Controls.AutoCompleteBox control.

Data Property

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

public System.Collections.IEnumerable Data { get; set; }

Value

The list of possible matches added to the Avalonia.Controls.AutoCompleteBox.