PopulatedEventArgs Constructor
Initializes a new instance of the PopulatedEventArgs.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public PopulatedEventArgs(
IEnumerable data
)
Public Sub New (
data As IEnumerable
)
new :
data : IEnumerable -> PopulatedEventArgs
Parameters
- IEnumerable
- The list of possible matches added to the drop-down portion of the AutoCompleteBox control.