ESRI.ArcGIS.ADF.Web.UI.WebControls
WebConfigurationCompleteEventHandler Delegate
See Also 
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.

See Also

© 2010 All Rights Reserved.