Image Area CollectionImage 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#
public event EventHandler ImageAreaChangedVB
Public Event ImageAreaChanged As EventHandlerC++
public:
event EventHandler^ ImageAreaChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
member ImageAreaChanged : IEvent<EventHandler,
EventArgs>