ESRI.ArcGIS.ADF.Web.UI.WebControls
ItemClicked Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ContextMenu Class : ItemClicked Event




Event fired when an item on the context menu is clicked.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fired when an item in the context menu is clicked.")>
Public Event ItemClicked As ContextMenuItemClickedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As ContextMenu
Dim handler As ContextMenuItemClickedEventHandler
 
AddHandler instance.ItemClicked, handler
C# 
[ResDescriptionAttribute("Fired when an item in the context menu is clicked.")]
public event ContextMenuItemClickedEventHandler ItemClicked

Event Data

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

PropertyDescription
Context Context string for the callback.
Control Control that triggered the event.
Item Menu item clicked.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.