Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / cp Class / InvokeOnClick Method

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

    Parameters

    toInvoke
    e
    See Also