Handles the DoubleClick event. Derived classes overriding this method should call base.OnDoubleClick to ensure the SFMap control handles the event correctly

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Protected Overrides Sub OnDoubleClick ( _
	e As EventArgs _
)
C#
protected override void OnDoubleClick(
	EventArgs e
)
Visual C++
protected:
virtual void OnDoubleClick(
	EventArgs^ e
) override
JavaScript
function onDoubleClick(e);

Parameters

e
Type: System..::..EventArgs

See Also