Event NavigationCompleted
When navigation on the map has completed this event will be raised.
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.Android.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 Android | 200.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |