Show / Hide Table of Contents

Event NavigationCompleted

When navigation on the map has completed this event will be raised.

Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WPF.dll
Syntax
public event EventHandler NavigationCompleted
Returns
Type Description
System.EventHandler
Remarks

New content is drawn every time a user pans or zooms the view, or the app programmatically changes its visible area. There is a short delay before this drawing phase completes. You can use DrawStatus to detect whether this drawing phase is in progress or has completed. For example, you may want to take a screen capture of a view's visible area (ExportImageAsync()) when drawing is completed. You can also use the DrawStatusChanged event to accomplish the same thing.

Applies to

TargetVersions
.NET Windows100.13 - 200.7
.NET Framework100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.