AutoCompleteBoxPopulated Event
Occurs when the
AutoCompleteBox has
populated the drop-down with possible matches based on the
Text
property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public event EventHandler<PopulatedEventArgs> Populated
Public Event Populated As EventHandler(Of PopulatedEventArgs)
member Populated : IEvent<EventHandler<PopulatedEventArgs>,
PopulatedEventArgs>
Value
EventHandlerPopulatedEventArgs