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

The DrawComplete event is raised just after drawing is complete

Syntax

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

Event Data

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

PropertyDescription
DrawMode Gets or sets the draw mode.
Geometry Gets or sets the geometry.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.