Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CalculateA1CompletedEventArgs Class
See Also  Members  
Dundas.SharePoint.Charting.WebParts.ExcelWebService Namespace : CalculateA1CompletedEventArgs Class


Object Model


Syntax

Visual Basic (Declaration)  
<GeneratedCodeAttribute(Tool="System.Web.Services", Version="2.0.50727.42")>
<DesignerCategoryAttribute("code")>
<DebuggerStepThroughAttribute()>
Public Class CalculateA1CompletedEventArgs 
   Inherits AsyncCompletedEventArgs
Visual Basic (Usage) Copy Code
Dim instance As CalculateA1CompletedEventArgs
C#  
[GeneratedCodeAttribute(Tool="System.Web.Services", Version="2.0.50727.42")]
[DesignerCategoryAttribute("code")]
[DebuggerStepThroughAttribute()]
public class CalculateA1CompletedEventArgs : AsyncCompletedEventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.AsyncCompletedEventArgs
         Dundas.SharePoint.Charting.WebParts.ExcelWebService.CalculateA1CompletedEventArgs

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