ArcGIS API for Silverlight - Library Reference
OnGeometryEdit Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > EditGeometry Class : OnGeometryEdit Method

g
The g.
newItem
The new item.
oldItem
The old item.
action
The action.
geometry
The geometry.
Called when geometry has been edited.

Syntax

Visual Basic (Declaration) 
Protected Sub OnGeometryEdit( _
   ByVal g As Graphic, _
   ByVal newItem As MapPoint, _
   ByVal oldItem As MapPoint, _
   ByVal action As EditGeometry.Action, _
   ByVal geometry As Geometry _
) 
C# 
protected void OnGeometryEdit( 
   Graphic g,
   MapPoint newItem,
   MapPoint oldItem,
   EditGeometry.Action action,
   Geometry geometry
)

Parameters

g
The g.
newItem
The new item.
oldItem
The old item.
action
The action.
geometry
The geometry.

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.