IImage AreaImage Area Changed Event
This event is raised when an image area property changes that affects its visual presentation in the
image map control such as its position or enabled state.
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 ImageAreaChangedVB
Event ImageAreaChanged As EventHandlerC++
event EventHandler^ ImageAreaChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
abstract ImageAreaChanged : IEvent<EventHandler,
EventArgs>