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