Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ComboBox.SelectionChangedTrigger Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a value that indicates what action causes a SelectionChanged event to occur.

public:
 property ComboBoxSelectionChangedTrigger SelectionChangedTrigger { ComboBoxSelectionChangedTrigger get(); void set(ComboBoxSelectionChangedTrigger value); };
ComboBoxSelectionChangedTrigger SelectionChangedTrigger();

void SelectionChangedTrigger(ComboBoxSelectionChangedTrigger value);
public ComboBoxSelectionChangedTrigger SelectionChangedTrigger { get; set; }
var comboBoxSelectionChangedTrigger = comboBox.selectionChangedTrigger;
comboBox.selectionChangedTrigger = comboBoxSelectionChangedTrigger;
Public Property SelectionChangedTrigger As ComboBoxSelectionChangedTrigger

Property Value

A value of the enumeration. The default is Committed.

Applies to


Feedback

Was this page helpful?