ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorPanelsCreatedEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : EditorPanelsCreatedEventHandler Delegate




sender
The sender of the event.
e
The EditorPanelsCreatedEventArgs instance for the event.
Represents the method that handles the event that is raised when EditorPanel objects are created.

Syntax

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

Parameters

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

See Also

© 2010 All Rights Reserved.