Spread for ASP.NET 12 Product Documentation
MapAreaClick Event


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : MapAreaClick Event
Occurs when a map area is clicked.
Syntax
'Declaration
 
Public Event MapAreaClick As MapAreaClickEventHandler
'Usage
 
Dim instance As FpChart
Dim handler As MapAreaClickEventHandler
 
AddHandler instance.MapAreaClick, handler
public event MapAreaClickEventHandler MapAreaClick
Event Data

The event handler receives an argument of type MapAreaClickEventArgs containing data related to this event. The following MapAreaClickEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the MapAreaInfo indicates the event source.  
See Also