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

gem
e
Raises the static GeometryEditMethodStarting event.

Syntax

Visual Basic (Declaration) 
Protected Shared Sub RaiseGeometryEditStarting( _
   ByVal gem As GeometryEditMethod, _
   ByVal e As GeometryEditMethodStartingEventArgs _
) 
C# 
protected static void RaiseGeometryEditStarting( 
   GeometryEditMethod gem,
   GeometryEditMethodStartingEventArgs 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