ArcObjects Library Reference (SystemUtility)  

IMapControlEvents2Helper.OnDoubleClick Method

Fires when the user presses and releases the mouse button twice in quick succession.

ERROR: Syntax information about IMapControlEvents2Helper.OnDoubleClick may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT OnDoubleClick(
  long button,
  long shift,
  long x,
  long y,
  double mapX,
  double mapY
);
[C++]

Parameters

button [in]   button is a parameter of type long shift [in]   shift is a parameter of type long x [in]   x is a parameter of type long y [in]   y is a parameter of type long mapX [in]   mapX is a parameter of type double mapY [in]   mapY is a parameter of type double

See Also

IMapControlEvents2Helper Interface