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)
Menu item that raised the event.

In This Topic
    C1MenuEventArgs Constructor(C1MenuItem)
    In This Topic
    Initializes a new instance of the C1MenuEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As C1MenuItem _
    )
    public C1MenuEventArgs( 
       C1MenuItem item
    )

    Parameters

    item
    Menu item that raised the event.
    See Also