RibbonComboBox.TextChanged Event

Occurs when a user changes the text in the RibbonComboBox.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Event TextChanged As RibbonControlEventHandler
event RibbonControlEventHandler TextChanged

Remarks

The RibbonComboBox raises this event when a user presses the ENTER key after changing the text, when the user moves the input focus to another control after changing the text, or when the user selects an item in the list that is different from the text that is currently displayed. It is not raised when the text is changed by assigning a new value to the Text property.

.NET Framework Security

See Also

Reference

RibbonComboBox Interface

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview