ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.EventHandler
    public event System.EventHandler LostFocus
    See Also