Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Command Class / ShowTextAsToolTipChanged Event

In This Topic
    ShowTextAsToolTipChanged Event (C1Command)
    In This Topic
    Event fired when the ShowTextAsToolTip property of command is changed.
    Syntax
    'Declaration
     
    
    Public Event ShowTextAsToolTipChanged As EventHandler
    public event EventHandler ShowTextAsToolTipChanged
    See Also