Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / OnLostFocus Method

In This Topic
    OnLostFocus Method
    In This Topic
    Synchronize hasFocus parameter, reset action, redraw the control.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnLostFocus( _
       ByVal e As EventArgs _
    ) 
    protected override void OnLostFocus( 
       EventArgs e
    )

    Parameters

    e
    See Also