ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Geocoding Namespace / LocatorChangedEventHandler Delegate
The LocatorControl instance.
A LocatorChangedEventArgs containing information about the locator changes.

In This Topic
    LocatorChangedEventHandler Delegate
    In This Topic
    Callback for the LocatorChanged event.
    Syntax
    public delegate void LocatorChangedEventHandler( 
       object sender,
       LocatorChangedEventArgs args
    )
    Public Delegate Sub LocatorChangedEventHandler( _
       ByVal sender As Object, _
       ByVal args As LocatorChangedEventArgs _
    ) 

    Parameters

    sender
    The LocatorControl instance.
    args
    A LocatorChangedEventArgs containing information about the locator changes.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also