ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemCollectionChangedEventArgs Class / Item Property

In This Topic
    Item Property (C1MenuItemCollectionChangedEventArgs)
    In This Topic
    indicate the item which to be add or remove from the C1ToolBarItemCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As IC1MenuItemCollectionOwner
    public IC1MenuItemCollectionOwner Item {get;}
    See Also