Delegate PopulatedEventHandler
Represents the method that will handle the Populated event of a AutoCompleteBox control.
Namespace: System.Windows.Controls
Assembly: Controls.Input.OpenSilver.dll
Syntax
public delegate void PopulatedEventHandler(object sender, PopulatedEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
PopulatedEventArgs | e | A PopulatedEventArgs that contains the event data. |