Table of Contents

Class PopulatingEventArgs

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Provides data for the Populating event.

public class PopulatingEventArgs : CancelEventArgs
Inheritance
PopulatingEventArgs
Inherited Members

Constructors

PopulatingEventArgs(string?)

Initializes a new instance of the PopulatingEventArgs.

public PopulatingEventArgs(string? parameter)

Parameters

parameter string

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

Properties

Parameter

Gets the text that is used to determine which items to display in the AutoCompleteBox control.

public string? Parameter { get; }

Property Value

string

The text that is used to determine which items to display in the AutoCompleteBox.