ESRI.ArcGIS.ADF.ArcGISServer.Editor
ToolsCreated Event
See Also  Send Feedback
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) 
<ResDescriptionAttribute("Fires when EditorTools are created in the EditorTask.")>
<ResCategoryAttribute("Editing")>
Public Event ToolsCreated As ToolsCreatedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim handler As ToolsCreatedEventHandler
 
AddHandler instance.ToolsCreated, handler
C# 
[ResDescriptionAttribute("Fires when EditorTools are created in the EditorTask.")]
[ResCategoryAttribute("Editing")]
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.