Class PopulatedEventArgs
Provides data for the Populated event.
Inherited Members
Namespace: System.Windows.Controls
Assembly: Controls.Input.OpenSilver.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. |