ImageAreaBaseRaiseEvent Method

This is used to fire an event on the image area

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public void RaiseEvent(
	ImageAreaEvent areaEvent,
	Object args
)

Parameters

areaEvent  ImageAreaEvent
The event to fire
args  Object
The event arguments

See Also