ESRI.ArcGIS.ADF.ArcGISServer.Editor
OnLoad Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > SelectionPanel Class : OnLoad Method




e
The System.EventArgs object that contains the event data.
Raises the System.Web.UI.Control.Load event.

Syntax

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

Parameters

e
The System.EventArgs object that contains the event data.

See Also

© 2010 All Rights Reserved.