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

In This Topic
    Leave Event (InputControlHost)
    In This Topic
    Fires when the input focus leaves the hosted control.
    Syntax
    'Declaration
     
    Public Event Leave As EventHandler
    public event EventHandler Leave
    See Also