Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / InvokeLostFocus Method

In This Topic
    InvokeLostFocus Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub InvokeLostFocus( _
       ByVal toInvoke As System.Windows.Forms.Control, _
       ByVal e As System.EventArgs _
    ) 
    protected void InvokeLostFocus( 
       System.Windows.Forms.Control toInvoke,
       System.EventArgs e
    )

    Parameters

    toInvoke
    e
    See Also