Class PopulatingEventArgs
Provides data for the Populating event.
public class PopulatingEventArgs : CancelEventArgs
- Inheritance
-
PopulatingEventArgs
- Inherited Members
Constructors
PopulatingEventArgs(string?)
Initializes a new instance of the PopulatingEventArgs.
public PopulatingEventArgs(string? parameter)
Parameters
parameter
stringThe value of the SearchText property, which is used to filter items for the AutoCompleteBox control.
Properties
Parameter
Gets the text that is used to determine which items to display in the AutoCompleteBox control.
public string? Parameter { get; }
Property Value
- string
The text that is used to determine which items to display in the AutoCompleteBox.