ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / MapViewInitializedEvent Class
Members

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

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

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also