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


Object Model


Syntax

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

Inheritance Hierarchy

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

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