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

Occurs when a tool in the Editor becomes active and waits for user input.

Syntax

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

Event Data

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

PropertyDescription
Action (Inherited from ESRI.ArcGIS.Client.Editor.ActionEventArgs) Gets the type of edit.
CommandParameter Gets the command parameter.
Layers Gets the layers that may be affected.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.