Menu for ASP.NET Web Forms
ItemClick Event

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Menu Namespace > C1Menu Class : ItemClick Event
Fires when an item is clicked
Syntax
'Declaration
 
Public Event ItemClick As C1MenuEventHandler
public event C1MenuEventHandler ItemClick
Event Data

The event handler receives an argument of type C1MenuEventArgs containing data related to this event. The following C1MenuEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Web.UI.WebControls.CommandEventArgs)
(Inherited from System.Web.UI.WebControls.CommandEventArgs)
Gets the Object that raised the event.  
Gets the menu item that raised the event.  
See Also