Class AssociatedMenuItemCollectionEventArgs
Inheritance
System.Object
System.EventArgs
AssociatedMenuItemCollectionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AssociatedMenuItemCollectionEventArgs : EventArgs
Constructors
AssociatedMenuItemCollectionEventArgs(IList<AssociatedMenuItem>)
Initializes a new instance of the AssociatedMenuItemCollectionEventArgs class.
Declaration
public AssociatedMenuItemCollectionEventArgs(IList<AssociatedMenuItem> menuItems)
Parameters
System.Collections.Generic.IList<AssociatedMenuItem>
menuItems
The menu item collection. |
Properties
MenuItems
Gets the menu item collection.
Declaration
public IList<AssociatedMenuItem> MenuItems { get; }
Property Value
System.Collections.Generic.IList<AssociatedMenuItem>
|