Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripStyle Class / InvokeLostFocus Method

In This Topic
    InvokeLostFocus Method (C1EditorToolStripStyle)
    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