ArcGIS Pro 3.7 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 Sub LocatorChangedEventHandler( _
       ByVal sender As Object, _
       ByVal args As LocatorChangedEventArgs _
    ) 
    public delegate void LocatorChangedEventHandler( 
       object sender,
       LocatorChangedEventArgs args
    )

    Parameters

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also