ESRI.ArcGIS.Mobile
DataChanged Event
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Layer Class : DataChanged Event

Occurs when data have been added to or removed from the Layer, or when the data gets updated in the Layer.

Syntax

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

Remarks

This event will also be raised when new map data are retrieved from server after you use SyncAgent or other agents to get new data from server.

It's worth noting that edits to a layer will be temporarily stored in FeatureDataTable residing in MobileCache until posted back to ArcGIS server by synchronization agents.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also