'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.
Property | Description |
---|---|
CommandArgument | (Inherited from System.Web.UI.WebControls.CommandEventArgs) |
CommandName | (Inherited from System.Web.UI.WebControls.CommandEventArgs) |
CommandSource | Gets the Object that raised the event. |
Item | Gets the menu item that raised the event. |
See Also