PopulatedEventArgs Class

Summary

Provides data for the Populated event.
Namespace
Avalonia.Controls
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["PopulatedEventArgs"] class Type type-node

Syntax

public class PopulatedEventArgs : EventArgs

Constructors

Name Summary
PopulatedEventArgs(IEnumerable) Initializes a new instance of the PopulatedEventArgs.

Properties

Name Value Summary
Data IEnumerable
Gets the list of possible matches added to the drop-down portion of the AutoCompleteBox control.