Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CustomizeMapAreasEventHandler Delegate
See Also 
Dundas.Charting.WebControl Namespace : CustomizeMapAreasEventHandler Delegate


sender
e
Chart customize map areas event handler delegate.

Syntax

Visual Basic (Declaration)  
Public Delegate Sub CustomizeMapAreasEventHandler( _
   ByVal sender As Chart, _
   ByVal e As CustomizeMapAreasEventArgs _
) 
Visual Basic (Usage) Copy Code
Dim instance As New CustomizeMapAreasEventHandler(AddressOf HandlerMethod)
C#  
public delegate void CustomizeMapAreasEventHandler( 
   Chart sender,
   CustomizeMapAreasEventArgs e
)

Parameters

sender
e

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also