ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / ActiveMapViewChangedEventArgs Class / ActiveMapViewChangedEventArgs Constructor

In This Topic
    ActiveMapViewChangedEventArgs Constructor
    In This Topic
    Constructs a new ActiveMapViewChangedEventArgs.
    Syntax
    public ActiveMapViewChangedEventArgs( 
       MapView incomingView,
       MapView outgoingView
    )
    Public Function New( _
       ByVal incomingView As MapView, _
       ByVal outgoingView As MapView _
    )

    Parameters

    incomingView
    outgoingView
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also