This document is archived and information here might be outdated.  Recommended version.


ITool.OnDblClick Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > ITool Interface > ITool.OnDblClick Method
ArcGIS Developer Help

ITool.OnDblClick Method

Occurs when a mouse button is double clicked when this tool is active.

[Visual Basic .NET]
Public Sub OnDblClick ( _
)
[C#]
public void OnDblClick (
);
[C++]
HRESULT OnDblClick(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When implementing ITool to create a custom tool, write the code that performs the action when a mouse button is double-clicked when this tool is the active tool in the OnDblClick method. 

See Also

ITool Interface