ArcObjects Library Reference (SystemUI)  

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