ArcGIS API for WPF - Library Reference
VertexAdded Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Draw Class : VertexAdded Event

The DrawComplete event is raised just after drawing is complete

Syntax

Visual Basic (Declaration) 
Public Event VertexAdded As EventHandler(Of VertexAddedEventArgs)
C# 
public event EventHandler<VertexAddedEventArgs> VertexAdded

Event Data

The event handler receives an argument of type VertexAddedEventArgs containing data related to this event. The following VertexAddedEventArgs properties provide information specific to this event.

PropertyDescription
DrawMode Gets or sets the draw mode.
Vertex Gets the vertex that was added.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.