ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / LocatorActivateEvent Class
Members

In This Topic
    LocatorActivateEvent Class
    In This Topic
    For use by third party developers when using the LocatorControl in a custom dockpane in an add-in.
    Object Model
    LocatorActivateEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    Remarks
    Override the OnActivate method of your custom dockpane and publish this event to signal to the LocatorControl that it should mark itself as the active LocatorControl or not.

    See the Geocode sample in the ArcGIS Pro SDK community samples.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Mapping.Controls.LocatorActivateEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also