Event NavigationCompleted
When navigation on the map has completed this event will be raised.
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WinUI.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
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |