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

Occurs when an edit has completed.

Syntax

Visual Basic (Declaration) 
Public Event EditCompleted As EventHandler(Of Editor.EditEventArgs)
C# 
public event EventHandler<Editor.EditEventArgs> EditCompleted

Event Data

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

PropertyDescription
Action (Inherited from ESRI.ArcGIS.Client.Editor.ActionEventArgs) Gets the type of edit.
Edits Gets a list of edits.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.