Class PopulatedEventArgs
Provides data for the Populated event.
Inherited Members
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 SourcePopulatedEventArgs(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 SourceData
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. |