Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonControlHost Class / LostFocus Event

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