ArcGIS API for Silverlight - Library Reference
GraphicsEventArgs Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GraphicsEventArgs Class : GraphicsEventArgs Constructor

graphics
The Graphics returned by the service operation.
userToken
The user token.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal graphics As IList(Of Graphic), _
   ByVal userToken As Object _
)
C# 
public GraphicsEventArgs( 
   IList<Graphic> graphics,
   object userToken
)

Parameters

graphics
The Graphics returned by the service operation.
userToken
The user token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.