Constructor.

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

Syntax

C#
public C1MenuEventArgs(
	C1MenuItem item,
	Object commandSource,
	CommandEventArgs originalArgs
)
Visual Basic (Declaration)
Public Sub New ( _
	item As C1MenuItem, _
	commandSource As Object, _
	originalArgs As CommandEventArgs _
)

Parameters

item
Type: C1.Web.UI.Controls.C1Menu..::..C1MenuItem
Menu item that raised the event.
commandSource
Type: System..::..Object
Object that raised the event.
originalArgs
Type: System.Web.UI.WebControls..::..CommandEventArgs
A System.Web.UI.WebControls.CommandEventArgs that contains the event data.

See Also