ArcGIS Pro 2.8 API Reference Guide
Unsubscribe(Action<DeviceLocationPropertiesUpdatedEventArgs>) Method

ArcGIS.Desktop.Core.DeviceLocation.Events Namespace > DeviceLocationPropertiesUpdatedEvent Class > Unsubscribe Method : Unsubscribe(Action<DeviceLocationPropertiesUpdatedEventArgs>) Method
The delegate used when subscribing to the event.
Removes the first subscriber matching the provided delegate from the subscribers' list.
Syntax
public static void Unsubscribe( 
   Action<DeviceLocationPropertiesUpdatedEventArgs> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Action(Of DeviceLocationPropertiesUpdatedEventArgs) _
) 

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DeviceLocationPropertiesUpdatedEvent Class
DeviceLocationPropertiesUpdatedEvent Members
Overload List