Delegate PopulatingEventHandler
Represents the method that will handle the Populating event of a AutoCompleteBox control.
Namespace: System.Windows.Controls
Assembly: Controls.Input.OpenSilver.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. |