Occurs when the legend is refreshed. Give the opportunity for an application to add or remove legend items.
Syntax
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.
Property | Description |
---|
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, Windows 7, Windows 8
See Also