ArcGIS Pro 3.7 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 NotInheritable Class MapViewCameraChangingEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of MapViewEventArgs)
    public sealed class MapViewCameraChangingEvent : ArcGIS.Core.Events.CompositePresentationEvent<MapViewEventArgs> 
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also