ESRI.ArcGIS.ADF.Web.UI.WebControls
WebConfigurationCompleteEventHandler Delegate
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : WebConfigurationCompleteEventHandler Delegate




sender
The object that raised the event.
args
Argument that provides information about the event, including the configured web control and tag content for the task.
Delegate that hold a reference to a method that handles the event of the web configuration being completed, usually by the user clicking OK in the configuration panel for a task.

Syntax

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

Parameters

sender
The object that raised the event.
args
Argument that provides information about the event, including the configured web control and tag content for the task.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.