C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1Menu Class / ItemClick Event

ItemClick Event
Fires when an item is clicked
Syntax
'Declaration
 
Public Event ItemClick As C1MenuEventHandler
 
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