ESRI.ArcGIS.ADF.ArcGISServer
GetNextResultPortionCompletedEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : GetNextResultPortionCompletedEventHandler Delegate




sender
e

Syntax

Visual Basic (Declaration) 
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
Public Delegate Sub GetNextResultPortionCompletedEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetNextResultPortionCompletedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New GetNextResultPortionCompletedEventHandler(AddressOf HandlerMethod)
C# 
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
public delegate void GetNextResultPortionCompletedEventHandler( 
   object sender,
   GetNextResultPortionCompletedEventArgs e
)

Parameters

sender
e

See Also

© 2010 All Rights Reserved.