ArcGIS API for Windows Phone - Library Reference
Progress Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class : Progress Event

Occurs when the images in the layers are loading.

Syntax

Visual Basic (Declaration) 
Public Event Progress As EventHandler(Of ProgressEventArgs)
C# 
public event EventHandler<ProgressEventArgs> Progress

Event Data

The event handler receives an argument of type ProgressEventArgs containing data related to this event. The following ProgressEventArgs properties provide information specific to this event.

PropertyDescription
Progress Gets or sets the progress.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.