constructor of the C1MenuItemCollectionChangedEventArgs

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1MenuItemCollectionChangedEventArgs(
	IC1MenuItemCollectionOwner item
)
Visual Basic (Declaration)
Public Sub New ( _
	item As IC1MenuItemCollectionOwner _
)

See Also