ESRI.ArcGIS.ADF.Web.UI.WebControls
OnSetLayer Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > MapTipsDesigner Class : OnSetLayer Method




sender
The source of the event.
e
A EventArgs that contains the event data.
Displays the layer editor for the MapTip control.

Syntax

Visual Basic (Declaration) 
Protected Sub OnSetLayer( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapTipsDesigner
Dim sender As Object
Dim e As EventArgs
 
instance.OnSetLayer(sender, e)
C# 
protected void OnSetLayer( 
   object sender,
   EventArgs e
)

Parameters

sender
The source of the event.
e
A EventArgs that contains the event data.

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.