![](dotnetdiagramimages/image967.png)
public sealed class DeviceLocationSourceChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<DeviceLocationSourceChangedEventArgs>
Public NotInheritable Class DeviceLocationSourceChangedEvent Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of DeviceLocationSourceChangedEventArgs)
private void SubscribeToSourceEvents() { DeviceLocationSourceChangedEvent.Subscribe(OnDeviceLocationSourceChanged); } private void OnDeviceLocationSourceChanged(DeviceLocationSourceChangedEventArgs args) { if (args == null) return; var source = args.DeviceLocationSource; // TODO - something with the updated source properties }
System.Object
ArcGIS.Core.Events.EventBase
ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
ArcGIS.Desktop.Core.DeviceLocation.Events.DeviceLocationSourceChangedEvent
Target Platforms: Windows 11, Windows 10, Windows 8.1