ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / TextChanged Event

In This Topic
    TextChanged Event (RibbonControlHost)
    In This Topic
    Fires when the value of the Text property changes.
    Syntax
    'Declaration
     
    Public Event TextChanged As System.EventHandler
    public event System.EventHandler TextChanged
    See Also