ESRI.ArcGIS.ADF.Tasks
OnPreRender Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : OnPreRender Method




e
Event arguments
Client javascript registered and added, callback function associated with submit button, results list updated dynamically.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnPreRender( _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim e As EventArgs
 
instance.OnPreRender(e)
C# 
protected override void OnPreRender( 
   EventArgs e
)

Parameters

e
Event arguments

See Also

© 2010 All Rights Reserved.