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


Object Model


Syntax

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

Inheritance Hierarchy

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

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