public sealed class DeviceLocationPropertiesUpdatedEventArgs : System.EventArgs
Public NotInheritable Class DeviceLocationPropertiesUpdatedEventArgs Inherits System.EventArgs
public sealed class DeviceLocationPropertiesUpdatedEventArgs : System.EventArgs
Public NotInheritable Class DeviceLocationPropertiesUpdatedEventArgs Inherits System.EventArgs
private void SubscribeToPropertiesEvents() { DeviceLocationPropertiesUpdatedEvent.Subscribe(OnDeviceLocationPropertiesUpdated); } private void OnDeviceLocationPropertiesUpdated(DeviceLocationPropertiesUpdatedEventArgs args) { if (args == null) return; var properties = args.DeviceLocationProperties; // TODO - something with the updated properties }
System.Object
System.EventArgs
ArcGIS.Desktop.Core.DeviceLocation.Events.DeviceLocationPropertiesUpdatedEventArgs
Target Platforms: Windows 11, Windows 10