IImage MapClick Event
This event is raised when a hot spot on the image map is clicked
Definition
Namespace: EWSoftware.ImageMaps
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
event EventHandler<ImageMapClickEventArgs> ClickVB
Event Click As EventHandler(Of ImageMapClickEventArgs)C++
event EventHandler<ImageMapClickEventArgs^>^ Click {
void add (EventHandler<ImageMapClickEventArgs^>^ value);
void remove (EventHandler<ImageMapClickEventArgs^>^ value);
}F#
abstract Click : IEvent<EventHandler<ImageMapClickEventArgs>,
ImageMapClickEventArgs>