Show / Hide Table of Contents

Delegate PopulatedEventHandler

Represents the method that will handle the Populated event of a AutoCompleteBox control.

Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Input.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.

  • Improve this Doc
  • View Source