ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1CommandMdiList Class / Invoke Method

In This Topic
    Invoke Method (C1CommandMdiList)
    In This Topic
    This method should not be called directly, as there is no clear meaning in invoking a command which is actually a placeholder for commands created on the fly.
    Syntax
    'Declaration
     
    Public Overrides Sub Invoke( _
       ByVal e As ClickEventArgs _
    ) 
    public override void Invoke( 
       ClickEventArgs e
    )

    Parameters

    e
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also