CyDAS Home funded by   Sponsor: DFG
CyDASGeneralControls Documentation Class ImageMapData Class ImageMapControl Documentation Section HowTo Section Online Analysis Section Download Section Resources Section About Section

CyDAS General Controls: Class ImageMapAreaSelectedEventArgs

The class ImageMapAreaSelectedEventArgs describes the arguments passed to the event handler in the ImageMapAreaSelected event raised by the ImageMapControl.

Overview


ImageMapAreaSelectedEventArgs
New(ByRef area: ImageMapArea) 
SelectedArea: ImageMapArea {readonly}

Programming Language

Availability

Constructors

Public Sub New(ByRef area As ImageMapArea)

Instantiates a new ImageMapAreaSelectedEventArgs object.

Parameters

Remarks

Interfaces

Inherits

System.EventArgs.

Enumerations

The class does not provides enumerations.

Properties

ReadOnly Property SelectedArea() As ImageMapArea

Gets an ImageMapArea object describing the selected area.

Property Value

Examples

Methods

The class does not provide methods.

Interaction with other classes

Classes using ImageMapAreaSelectedEventArgs

The ImageMapAreaSelectedEventArgs class is linked from the ImageMapControl class. If the ImageMapControl is clicked, the control searches for an ImageMapArea at the clicked position. If such an area was found and the AutoNavigate property is set to false, it will raise an AreaSelected and pass a reference to the selected ImageMapArea object.