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


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

    Parameters

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