ArcGIS Pro 3.7 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 Function New( _
       ByVal isActive As Boolean _
    )
    public LocatorActivateEventArgs( 
       bool isActive
    )

    Parameters

    isActive
    Indicates the active state.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also