ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / EditCompletedEvent Class / Unsubscribe Method / Unsubscribe(Func<EditCompletedEventArgs,Task>) Method
The delegate that was specified to a Subscribe.

In This Topic
    Unsubscribe(Func<EditCompletedEventArgs,Task>) Method
    In This Topic
    Unsubscribe from EditCompletedEvents by specifying the same action that was given to Subscribe.
    Syntax
    public static void Unsubscribe( 
       Func<EditCompletedEventArgs,Task> action
    )
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Func(Of EditCompletedEventArgs,Task) _
    ) 

    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