ArcGIS API for WPF - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.