ImageMapOnDoubleClick(EventArgs) Method

This is overridden to raise the image map double-click event when a defined image area is double-clicked.

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
protected override void OnDoubleClick(
	EventArgs e
)

Parameters

e  EventArgs
The event arguments

See Also