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

Event fired when edits are about to be submitted.

Syntax

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

Event Data

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

PropertyDescription
Adds Adds
Cancel Whether to cancel edit.
Deletes Deletes
Updates Updates

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.