Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 EventHandler
    public event EventHandler TextChanged
    See Also