ArcGIS API for WPF - Library Reference
DynamicMapServiceLayer.OnUrlComplete Delegate
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : DynamicMapServiceLayer.OnUrlComplete Delegate

url
width
height
extent
Get URL complete EventHandler

Syntax

Visual Basic (Declaration) 
Public Delegate Sub DynamicMapServiceLayer.OnUrlComplete( _
   ByVal url As String, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal extent As Envelope _
) 
C# 
public delegate void DynamicMapServiceLayer.OnUrlComplete( 
   string url,
   int width,
   int height,
   Envelope extent
)

Parameters

url
width
height
extent

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.