'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.
Property | Description |
---|---|
MapAreas | Gets or sets the collection contains MapArea definitions. |
Example
This example uses the BeforeRenderMapAreas event.
See Also