ArcGIS Runtime SDK for WPF - Library Reference
DynamicMapServiceLayer.OnUrlComplete Delegate
See Also 
ESRI.ArcGIS.Client Namespace : DynamicMapServiceLayer.OnUrlComplete Delegate

url
The URL to the resource.
properties
The properties of the generated image.
Get URL complete EventHandler

Syntax

Visual Basic (Declaration) 
Public Delegate Sub DynamicMapServiceLayer.OnUrlComplete( _
   ByVal url As String, _
   ByVal properties As DynamicLayer.ImageResult _
) 
C# 
public delegate void DynamicMapServiceLayer.OnUrlComplete( 
   string url,
   DynamicLayer.ImageResult properties
)

Parameters

url
The URL to the resource.
properties
The properties of the generated image.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.