Class TocItemContextMenuEventArgs
Event argument fired by the TableOfContents when right-clicking an item.
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WPF.dll
Syntax
public class TocItemContextMenuEventArgs : RoutedEventArgs
Properties
| Name | Description |
|---|---|
| Item | Gets a reference to the node that was clicked. |
| Menu | Gets a reference to the context menu that will be displayed. |
| MenuItems | Gets a set of menu items to display. If empty, no context menu will be displayed. |