Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / InvokeOnClick Method

In This Topic
    InvokeOnClick Method (C1TableView)
    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