ESRI.ArcGIS.ADF.Web.UI.WebControls
MapPolylineEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapPolylineEventHandler Delegate




sender
Control that initiated the event.
args
Arguments including the polyline clicked on the map.
Delegate to handle the Map Polyline event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub MapPolylineEventHandler( _
   ByVal sender As Object, _
   ByVal args As PolylineEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New MapPolylineEventHandler(AddressOf HandlerMethod)
C# 
public delegate void MapPolylineEventHandler( 
   object sender,
   PolylineEventArgs args
)

Parameters

sender
Control that initiated the event.
args
Arguments including the polyline clicked on the map.

See Also

© 2010 All Rights Reserved.