ArcGIS Pro 3.0 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, Windows 8.1

    See Also