Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetCellA1CompletedEventHandler Delegate
See Also 
Dundas.SharePoint.Charting.WebParts.ExcelWebService Namespace : GetCellA1CompletedEventHandler Delegate


sender
e

Syntax

Visual Basic (Declaration)  
<GeneratedCodeAttribute(Tool="System.Web.Services", Version="2.0.50727.42")>
Public Delegate Sub GetCellA1CompletedEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetCellA1CompletedEventArgs _
) 
Visual Basic (Usage) Copy Code
Dim instance As New GetCellA1CompletedEventHandler(AddressOf HandlerMethod)
C#  
[GeneratedCodeAttribute(Tool="System.Web.Services", Version="2.0.50727.42")]
public delegate void GetCellA1CompletedEventHandler( 
   object sender,
   GetCellA1CompletedEventArgs e
)

Parameters

sender
e

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