Methods
-
Handle
Key Provides handling for the KeyDown event that occurs when a key is pressed while the drop-down portion of the AutoCompleteBox has focus.Down(Key Event Args)
Properties
- Items Gets or sets a collection that is used to generate content for the selection adapter.
-
Selected
Item Gets or sets the selected item.
Events
- Cancel Occurs when a selection has been canceled.
- Commit Occurs when a selected item is not cancelled and is committed as the selected item.
-
Selection
Changed Occurs when the SelectedItem property value changes.