ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.TaskAssistant.Events Namespace / TaskStartedEvent Class / Unsubscribe Method / Unsubscribe(Action<TaskStartedEventArgs>) Method
The delegate that was specified to a Subscribe.
Version

    Unsubscribe(Action<TaskStartedEventArgs>) Method
    Unsubscribe from TaskStartedEvents by specifying the same action that was given to Subscribe.
    Syntax
    public static void Unsubscribe( 
       Action<TaskStartedEventArgs> action
    )

    Parameters

    action
    The delegate that was specified to a Subscribe.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also