InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputGridPanel Class / LostFocus Event

In This Topic
    LostFocus Event (InputGridPanel)
    In This Topic
    Fires when the component loses the focus.
    Syntax
    'Declaration
     
    Public Event LostFocus As EventHandler
    public event EventHandler LostFocus
    See Also