Visual Basic (Declaration) | |
---|---|
Public Event EditCompleted As EventHandler(Of Editor.EditEventArgs) |
C# | |
---|---|
public event EventHandler<Editor.EditEventArgs> EditCompleted |
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.
Property | Description |
---|---|
Action (Inherited from ESRI.ArcGIS.Client.Editor.ActionEventArgs) | Gets the type of edit. |
Edits | Gets a list of edits. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family