Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BeforeRenderMapAreasEventArgs Class / BeforeRenderMapAreasEventArgs Constructor
A collection of MapArea.


In This Topic
    BeforeRenderMapAreasEventArgs Constructor
    In This Topic
    RenderMapAreasEventArgs constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mapAreas As MapAreaCollection _
    )
    'Usage
     
    
    Dim mapAreas As MapAreaCollection
     
    Dim instance As New BeforeRenderMapAreasEventArgs(mapAreas)
    public BeforeRenderMapAreasEventArgs( 
       MapAreaCollection mapAreas
    )

    Parameters

    mapAreas
    A collection of MapArea.
    See Also