ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / MapSelectionChangedEventArgs Class / MapSelectionChangedEventArgs Constructor

In This Topic
    MapSelectionChangedEventArgs Constructor
    In This Topic
    Constructs a new MapSelectionChangedEventArgs.
    Syntax
    public MapSelectionChangedEventArgs( 
       Map map,
       SelectionSet selection,
       bool isPointSelection
    )
    Public Function New( _
       ByVal map As Map, _
       ByVal selection As SelectionSet, _
       ByVal isPointSelection As Boolean _
    )

    Parameters

    map
    selection
    isPointSelection
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also