| Visual Basic (Declaration) | |
|---|---|
| Public Event EditorActivated As EventHandler(Of Editor.CommandEventArgs) | |
| C# | |
|---|---|
| public event EventHandler<Editor.CommandEventArgs> EditorActivated | |
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.
| Property | Description | 
|---|---|
| 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. | 
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
 
     
     
     
     
    