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

Occurs when the visibility of sublayers changed.

Syntax

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

Remarks

As the sublayer visibilities of a tiled map service cant' be changed, this event is never used but needs to be there for implementing ISublayerVisibilitySupport.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.