Spread for ASP.NET 12 Product Documentation
BeforeRenderMapAreas Event


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : BeforeRenderMapAreas Event
Occurs before the control renders the map area to HTML.
Syntax
'Declaration
 
Public Event BeforeRenderMapAreas As BeforeRenderMapAreasHandler
'Usage
 
Dim instance As FpChart
Dim handler As BeforeRenderMapAreasHandler
 
AddHandler instance.BeforeRenderMapAreas, handler
public event BeforeRenderMapAreasHandler BeforeRenderMapAreas
Event Data

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

PropertyDescription
Gets or sets the collection contains MapArea definitions.  
See Also