ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / LocatorActivateEventArgs Class / LocatorActivateEventArgs Constructor
Indicates the active state.

In This Topic
    LocatorActivateEventArgs Constructor
    In This Topic
    Constructor for a new LocatorActivateEventArgs.
    Syntax
    public LocatorActivateEventArgs( 
       bool isActive
    )
    Public Function New( _
       ByVal isActive As Boolean _
    )

    Parameters

    isActive
    Indicates the active state.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also