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
| Improve this Doc View SourceItem
Gets a reference to the node that was clicked.
Declaration
public TocItem Item { get; }
Property Value
Type | Description |
---|---|
TocItem |
Menu
Gets a reference to the context menu that will be displayed.
Declaration
public ContextMenu Menu { get; }
Property Value
Type | Description |
---|---|
ContextMenu |
MenuItems
Gets a set of menu items to display. If empty, no context menu will be displayed.
Declaration
public ItemCollection MenuItems { get; }
Property Value
Type | Description |
---|---|
ItemCollection |