Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaClickEventHandler Delegate
The source of the event.
A MapAreaClickEventArgs that contains event data.


In This Topic
    MapAreaClickEventHandler Delegate
    In This Topic
    Represents the method that handles the MapAreaClick event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub MapAreaClickEventHandler( _
       ByVal sender As Object, _
       ByVal e As MapAreaClickEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New MapAreaClickEventHandler(AddressOf HandlerMethod)
    public delegate void MapAreaClickEventHandler( 
       object sender,
       MapAreaClickEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A MapAreaClickEventArgs that contains event data.
    See Also