Image Area BaseRaise Event 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: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public void RaiseEvent(
ImageAreaEvent areaEvent,
Object args
)VB
Public Sub RaiseEvent (
areaEvent As ImageAreaEvent,
args As Object
)C++
public:
void RaiseEvent(
ImageAreaEvent areaEvent,
Object^ args
)F#
member RaiseEvent :
areaEvent : ImageAreaEvent *
args : Object -> unit Parameters
- areaEvent ImageAreaEvent
- The event to fire
- args Object
- The event arguments