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 |
---|---|
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
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 200.2 |
.NET Framework | 100.0 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |