ESRI.ArcGIS.ADF.Web.UI.WebControls
OnPolyline Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : OnPolyline Method




e
An EventArgs object that contains the event data.
Raised when a Polyline event has been fired.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnPolyline( _
   ByVal e As PolylineEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim e As PolylineEventArgs
 
instance.OnPolyline(e)
C# 
protected virtual void OnPolyline( 
   PolylineEventArgs e
)

Parameters

e
An EventArgs object that contains the event data.

See Also

© 2010 All Rights Reserved.