Public Event LocatorChanged As LocatorChangedEventHandler
public event LocatorChangedEventHandler LocatorChanged
Event Data
The event handler receives an argument of type LocatorChangedEventArgs containing data related to this event. The following LocatorChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| LocatorChangedType | Gets the change which caused the LocatorChanged event to be thrown. |
| LocatorProviderName | Gets the locator provider name. |
Requirements
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.0 or higher.
See Also