ArcGIS API for Silverlight - Library Reference
EndSaveEdits Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : EndSaveEdits Event

Event fired when edits are complete.

Syntax

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

Event Data

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

PropertyDescription
Results Results from the edit operation
Success Whether the edit was successful.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.