ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuEventArgs Class / C1MenuEventArgs Constructor / C1MenuEventArgs Constructor(C1MenuItem,Object,CommandEventArgs)
Menu item that raised the event.
Object that raised the event.
A System.Web.UI.WebControls.CommandEventArgs that contains the event data.

In This Topic
    C1MenuEventArgs Constructor(C1MenuItem,Object,CommandEventArgs)
    In This Topic
    Initializes a new instance of the C1MenuEventArgs class..
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As C1MenuItem, _
       ByVal commandSource As System.Object, _
       ByVal originalArgs As System.Web.UI.WebControls.CommandEventArgs _
    )
    public C1MenuEventArgs( 
       C1MenuItem item,
       System.object commandSource,
       System.Web.UI.WebControls.CommandEventArgs originalArgs
    )

    Parameters

    item
    Menu item that raised the event.
    commandSource
    Object that raised the event.
    originalArgs
    A System.Web.UI.WebControls.CommandEventArgs that contains the event data.
    See Also