Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / BeforeRenderMapAreas Event
Example


In This Topic
    BeforeRenderMapAreas Event
    In This Topic
    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.  
    Example
    This example uses the BeforeRenderMapAreas event.
    See Also