ESRI.ArcGIS.ADF.ArcGISServer.Editor
ToolsCreatedEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace : ToolsCreatedEventHandler Delegate




sender
The sender of the event.
e
The ToolsCreatedEventArgs instance for the event.
Represents the method that handles the event that is raised when Editor toolbars are created.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ToolsCreatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ToolsCreatedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ToolsCreatedEventHandler(AddressOf HandlerMethod)
C# 
public delegate void ToolsCreatedEventHandler( 
   object sender,
   ToolsCreatedEventArgs e
)

Parameters

sender
The sender of the event.
e
The ToolsCreatedEventArgs instance for the event.

See Also

© 2010 All Rights Reserved.