RibbonEditBox.TextChanged Event
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.
Occurs when a user changes the text in the RibbonEditBox.
public:
event Microsoft::Office::Tools::Ribbon::RibbonControlEventHandler ^ TextChanged;
event Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler TextChanged;
member this.TextChanged : Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler
Event TextChanged As RibbonControlEventHandler
Event Type
Remarks
The RibbonEditBox raises this event when a user presses the ENTER key after changing the text, or after 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 programmatically.