ArcGIS API for Silverlight - Library Reference
TileLoading Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TiledLayer Class : TileLoading Event

Occurs when a tile is about to load.

Syntax

Visual Basic (Declaration) 
Public Event TileLoading As EventHandler(Of TiledLayer.TileLoadEventArgs)
C# 
public event EventHandler<TiledLayer.TileLoadEventArgs> TileLoading

Event Data

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

PropertyDescription
Column Gets the tile column.
Error Gets the error loading tile if a problem occured accessing the tile.
ImageSource Gets or sets the tile image source. You can set this in the event handler to intercept and modify tiles.
ImageStream Gets the tile image stream.
Level Gets the tile level.
Row Gets the tile row.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.