ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItem Class / LostFocus Event

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