Class PopulatedEventArgs
Provides data for the Populated event.
public class PopulatedEventArgs : EventArgs
- Inheritance
-
PopulatedEventArgs
- Inherited Members
Constructors
PopulatedEventArgs(IEnumerable)
Initializes a new instance of the PopulatedEventArgs.
public PopulatedEventArgs(IEnumerable data)
Parameters
data
IEnumerableThe list of possible matches added to the drop-down portion of the AutoCompleteBox control.
Properties
Data
Gets the list of possible matches added to the drop-down portion of the AutoCompleteBox control.
public IEnumerable Data { get; }
Property Value
- IEnumerable
The list of possible matches added to the AutoCompleteBox.