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

In This Topic
    MapViewCameraChangingEvent Class
    In This Topic
    Occurs when the camera starts moving in the map view.
    Object Model
    MapViewCameraChangingEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class MapViewCameraChangingEvent : ArcGIS.Core.Events.CompositePresentationEvent<MapViewEventArgs> 
    Public NotInheritable Class MapViewCameraChangingEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of MapViewEventArgs)
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also