ESRI.ArcGIS.ADF.ArcGISServer.Editor
OnToolsCreated Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : OnToolsCreated Method




e
The ToolsCreatedEventArgs instance to pass to event handlers.
Raises the ToolsCreated event.

Syntax

Visual Basic (Declaration) 
Protected Sub OnToolsCreated( _
   ByVal e As ToolsCreatedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim e As ToolsCreatedEventArgs
 
instance.OnToolsCreated(e)
C# 
protected void OnToolsCreated( 
   ToolsCreatedEventArgs e
)

Parameters

e
The ToolsCreatedEventArgs instance to pass to event handlers.

See Also

© 2010 All Rights Reserved.