Version

SelectionChangeCommittedTrigger Enumeration

Enumeration indicating what triggered the SelectionChangeCommitted event
Syntax
'Declaration
 
Public Enum SelectionChangeCommittedTrigger 
   Inherits System.Enum
public enum SelectionChangeCommittedTrigger : System.Enum 
Members
MemberDescription
AutoSuggestThe SelectionChangeCommitted event fired because the user typed a value into the edit portion which exactly matched an item on the list.
EnterKeyThe SelectionChangeCommitted event fired because the user selected pressed the Enter key.
MouseClickThe SelectionChangeCommitted event fired because the user selected an item with the mouse.
NavigationKeyThe SelectionChangeCommitted event fired because the user selected pressed a navigation key (such as up or down arrow) while the dropdown was not dropped down.
ToggleDropDownThe SelectionChangeCommitted event fired because the user toggle the dropdown closed (Alt + Up Arrow).
Requirements

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

See Also