ArcGIS Runtime SDK for WPF - Library Reference
CellLoaded Event
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > HydrographicS57Layer Class : CellLoaded Event

Event raised when an S57Cell has completed loading and is displayed on the Map. If an error occurred this is indicated in the Error property of the S57CellLoadedEventArgs.

Syntax

Visual Basic (Declaration) 
Public Event CellLoaded As EventHandler(Of HydrographicS57Layer.S57CellLoadedEventArgs)

Event Data

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

PropertyDescription
Cell Cell that was loaded. Check the Error property to ensure this was successful
Error Indicates if an Error occured during Cell load.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.