ArcGIS API for WPF - Library Reference
Refreshed Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > Legend Class : Refreshed Event

Occurs when the legend is refreshed. Give the opportunity for an application to add or remove legend items.

Syntax

Visual Basic (Declaration) 
Public Event Refreshed As EventHandler(Of Legend.RefreshedEventArgs)
C# 
public event EventHandler<Legend.RefreshedEventArgs> Refreshed

Event Data

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

PropertyDescription
Error Gets a value that indicates which error occurred during the legend refresh.
LayerItem Gets the layer item being refreshed.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.