ArcGIS Pro 2.9 API Reference Guide
Unsubscribe(Action<TaskStartedEventArgs>) Method

ArcGIS.Desktop.TaskAssistant.Events Namespace > TaskStartedEvent Class > Unsubscribe Method : Unsubscribe(Action<TaskStartedEventArgs>) Method
The delegate that was specified to a Subscribe.
Unsubscribe from TaskStartedEvents by specifying the same action that was given to Subscribe.
Syntax
public static void Unsubscribe( 
   Action<TaskStartedEventArgs> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Action(Of TaskStartedEventArgs) _
) 

Parameters

action
The delegate that was specified to a Subscribe.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TaskStartedEvent Class
TaskStartedEvent Members
Overload List