ArcGIS Pro 3.7 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 Function New( _
       ByVal map As Map, _
       ByVal selection As SelectionSet, _
       ByVal isPointSelection As Boolean _
    )
    public MapSelectionChangedEventArgs( 
       Map map,
       SelectionSet selection,
       bool isPointSelection
    )

    Parameters

    map
    selection
    isPointSelection
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also