Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Click Event
See Also 
Dundas.Charting.WebControl Namespace > Chart Class : Click Event


Defines the Click event using the event property syntax. The Events property stores all the event delegates of a control as name/value pairs.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute("Action")>
Public Event Click() As ImageClickEventHandler
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim handler As ImageClickEventHandler
 
AddHandler instance.Click, handler
C#  
[CategoryAttribute("Action")]
public event ImageClickEventHandler Click()

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