ESRI.ArcGIS.ADF.ArcGISServer.Editor
ToolsCreatedEventArgs Constructor
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > ToolsCreatedEventArgs Class : ToolsCreatedEventArgs Constructor




parent
The control that contains the Toolbar objects that were created.
toolbars
The Toolbars that were created.
Creates a ToolsCreatedEventArgs instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parent As CompositeControl, _
   ByVal toolbars As List(Of Toolbar) _
)
Visual Basic (Usage)Copy Code
Dim parent As CompositeControl
Dim toolbars As List(Of Toolbar)
 
Dim instance As ToolsCreatedEventArgs(parent, toolbars)
C# 
public ToolsCreatedEventArgs( 
   CompositeControl parent,
   List<Toolbar> toolbars
)

Parameters

parent
The control that contains the Toolbar objects that were created.
toolbars
The Toolbars that were created.

See Also

© 2010 All Rights Reserved.