ESRI.ArcGIS.ADF.ArcGISServer.Editor
ToolsCreated Event
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : ToolsCreated Event




The event raised when an Editor toolbar is populated with Editor tools and commands.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Editing")>
<ResDescriptionAttribute("Fires when EditorTools are created in the EditorTask.")>
Public Event ToolsCreated() As ToolsCreatedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim handler As ToolsCreatedEventHandler
 
AddHandler instance.ToolsCreated, handler
C# 
[ResCategoryAttribute("Editing")]
[ResDescriptionAttribute("Fires when EditorTools are created in the EditorTask.")]
public event ToolsCreatedEventHandler ToolsCreated()

Event Data

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

PropertyDescription
Parent The control containing the toolbars.
Toolbars The toolbars.

See Also

© 2010 All Rights Reserved.