ComboBoxSelectionChangedTrigger
ComboBoxSelectionChangedTrigger
ComboBoxSelectionChangedTrigger
ComboBoxSelectionChangedTrigger
Enum
Definition
Defines constants that specify what action causes a SelectionChanged event to occur.
public : enum class ComboBoxSelectionChangedTriggerpublic enum ComboBoxSelectionChangedTriggerPublic Enum ComboBoxSelectionChangedTrigger// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| Always Always Always Always | A change event occurs each time the user navigates to a new selection in the combo box. |
| Committed Committed Committed Committed | A change event occurs when the user commits a selection in the combo box. |
Remarks
This enumeration is used by the ComboBox.SelectionChangedTrigger property.