InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / VisibleChanged Event

In This Topic
    VisibleChanged Event (InputControlHost)
    In This Topic
    Fires when the value of the Visible property changes.
    Syntax
    'Declaration
     
    Public Event VisibleChanged As EventHandler
    public event EventHandler VisibleChanged
    See Also