ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollectionChangedEventArgs Class / C1MenuItemCollectionChangedEventArgs Constructor
The owner menu item

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

    Parameters

    item
    The owner menu item
    See Also