|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| ItemClicked Event | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ContextMenu Class : ItemClicked Event |
| Visual Basic (Declaration) | |
|---|---|
<ResDescriptionAttribute("Fired when an item in the context menu is clicked.")>
Public Event ItemClicked() As ContextMenuItemClickedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ResDescriptionAttribute("Fired when an item in the context menu is clicked.")]
public event ContextMenuItemClickedEventHandler ItemClicked() | |
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.
| Property | Description |
|---|---|
| Context | Context string for the callback. |
| Control | Control that triggered the event. |
| Item | Menu item clicked. |