ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
ToolsCreated Event | |
See Also |
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : ToolsCreated Event |
Visual Basic (Declaration) | |
---|---|
<ResCategoryAttribute("Editing")> <ResDescriptionAttribute("Fires when EditorTools are created in the EditorTask.")> Public Event ToolsCreated() As ToolsCreatedEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[ResCategoryAttribute("Editing")] [ResDescriptionAttribute("Fires when EditorTools are created in the EditorTask.")] public event ToolsCreatedEventHandler ToolsCreated() |
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.
Property | Description |
---|---|
Parent | The control containing the toolbars. |
Toolbars | The toolbars. |