'Declaration Public Enum SelectionChangeCommittedTrigger Inherits System.Enum
public enum SelectionChangeCommittedTrigger : System.Enum
Member | Description |
---|---|
AutoSuggest | The SelectionChangeCommitted event fired because the user typed a value into the edit portion which exactly matched an item on the list. |
EnterKey | The SelectionChangeCommitted event fired because the user selected pressed the Enter key. |
MouseClick | The SelectionChangeCommitted event fired because the user selected an item with the mouse. |
NavigationKey | The SelectionChangeCommitted event fired because the user selected pressed a navigation key (such as up or down arrow) while the dropdown was not dropped down. |
ToggleDropDown | The SelectionChangeCommitted event fired because the user toggle the dropdown closed (Alt + Up Arrow). |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2