Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / Invoke Method

In This Topic
    Invoke Method (C1ContextMenu)
    In This Topic
    Invokes the command.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Invoke( _
       ByVal e As ClickEventArgs _
    ) 
    public virtual void Invoke( 
       ClickEventArgs e
    )

    Parameters

    e
    See Also