ESRI.ArcGIS.Mobile.Client
RaiseGeometryEditCompleted Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.GeometryEditMethods Namespace > GeometryEditMethod Class : RaiseGeometryEditCompleted Method

gem
e
Raises the static GeometryEditMethodCompleted event.

Syntax

Visual Basic (Declaration) 
Protected Shared Sub RaiseGeometryEditCompleted( _
   ByVal gem As GeometryEditMethod, _
   ByVal e As GeometryEditMethodCompletedEventArgs _
) 
C# 
protected static void RaiseGeometryEditCompleted( 
   GeometryEditMethod gem,
   GeometryEditMethodCompletedEventArgs e
)

Parameters

gem
e

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also