Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaClickEventArgs Class / MapAreaClickEventArgs Constructor / MapAreaClickEventArgs Constructor(String)
A string indicates the map area as the event source


In This Topic
    MapAreaClickEventArgs Constructor(String)
    In This Topic
    Initializes a new instance of the MapAreaClickEventArgs class with the specified string presentation indicates a MapAreaInfo.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mapAreaInfo As String _
    )
    'Usage
     
    
    Dim mapAreaInfo As String
     
    Dim instance As New MapAreaClickEventArgs(mapAreaInfo)
    public MapAreaClickEventArgs( 
       string mapAreaInfo
    )

    Parameters

    mapAreaInfo
    A string indicates the map area as the event source
    See Also