This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxDocumentEvents Interface > ITxDocumentEvents.OnContextMenu Event (ArcObjects .NET 10.5 SDK) |
Indicates if a context menu should be displayed at the given xy location. Return true if handled.
[Visual Basic .NET] Public Event OnContextMenu As OnContextMenuEventHandler
[C#] public event OnContextMenuEventHandler OnContextMenu
[C++]
HRESULT OnContextMenu(
long x,
long y,
VARIANT_BOOL* handled
);
[C++]
Parameters x [in] x is a parameter of type long y [in] y is a parameter of type long handled [out] handled is a parameter of type VARIANT_BOOL