Show / Hide Table of Contents

Class PopulatedEventArgs

Provides data for the Populated event.

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
PopulatedEventArgs
Inherited Members
RoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Input.dll
Syntax
public class PopulatedEventArgs : RoutedEventArgs

Constructors

| Improve this Doc View Source

PopulatedEventArgs(IEnumerable)

Initializes a new instance of the PopulatedEventArgs.

Declaration
public PopulatedEventArgs(IEnumerable data)
Parameters
Type Name Description
System.Collections.IEnumerable data

The list of possible matches added to the drop-down portion of the AutoCompleteBox control.

Properties

| Improve this Doc View Source

Data

Gets the list of possible matches added to the drop-down portion of the AutoCompleteBox control.

Declaration
public IEnumerable Data { get; }
Property Value
Type Description
System.Collections.IEnumerable

The list of possible matches added to the AutoCompleteBox.

  • Improve this Doc
  • View Source