ESRI.ArcGIS.ADF.Web.UI.WebControls
OnPreRender Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Navigation Class : OnPreRender Method




e
The Event arguments passed by the Framework.
Occurs when the server control is about to render to its containing Page object.

Syntax

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

Parameters

e
The Event arguments passed by the Framework.

See Also

© 2010 All Rights Reserved.