Input for WinForms | ComponentOne
C1.Framework Namespace / CheckButtonElement Class / OnLostFocus Method
System.EventArgs that contains the event data.

In This Topic
    OnLostFocus Method (CheckButtonElement)
    In This Topic
    Called by the host control when this Element loses the focus.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnLostFocus( _
       ByVal e As EventArgs _
    ) 
    public override void OnLostFocus( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also