com.esri.arcgis.controls
Interface IEngineNAWindowEventsEx

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IEngineNAWindowEventsExAdapter, IEngineNAWindowEventsExProxy

public interface IEngineNAWindowEventsEx
extends EventListener, Serializable

Provides access to events triggered by the network analysis window.

Product Availability

Available with ArcGIS Engine.


Method Summary
 boolean onContextMenu(IEngineNAWindowEventsExOnContextMenuEvent theEvent)
          Indicates if a context menu should be displayed at the given xy location.
 

Method Detail

onContextMenu

boolean onContextMenu(IEngineNAWindowEventsExOnContextMenuEvent theEvent)
                      throws IOException,
                             AutomationException
Indicates if a context menu should be displayed at the given xy location. Return true if handled.

Description

The OnContextMenu event is fired when a user right clicks within the IEngineNetworkAnalystEnvironment::NAWindow and can be used to supply a context menu.

Product Availability

Available with ArcGIS Engine.

Parameters:
theEvent - The event
Returns:
The handled
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.