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




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

Syntax

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

Parameters

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

See Also

© 2010 All Rights Reserved.