Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CalculateA1Completed Event
See Also 
Dundas.SharePoint.Charting.WebParts.ExcelWebService Namespace > ExcelService Class : CalculateA1Completed Event


Syntax

Visual Basic (Declaration)  
Public Event CalculateA1Completed() As CalculateA1CompletedEventHandler
Visual Basic (Usage) Copy Code
Dim instance As ExcelService
Dim handler As CalculateA1CompletedEventHandler
 
AddHandler instance.CalculateA1Completed, handler
C#  
public event CalculateA1CompletedEventHandler CalculateA1Completed()

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