public event LocatorChangedEventHandler LocatorChanged
Public Event LocatorChanged As LocatorChangedEventHandler
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, Windows 10
ArcGIS Pro version: 3 or higher.
See Also