ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / MapViewNavigationInterruptedEvent Class
Members

In This Topic
    MapViewNavigationInterruptedEvent Class
    In This Topic
    Occurs when a navigation operation is interrupted by another navigation.
    Object Model
    MapViewNavigationInterruptedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class MapViewNavigationInterruptedEvent : ArcGIS.Core.Events.CompositePresentationEvent<MapViewEventArgs> 
    Public NotInheritable Class MapViewNavigationInterruptedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of MapViewEventArgs)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Mapping.Events.MapViewNavigationInterruptedEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also