ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Events Namespace / RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class / Unregister Method / Unregister(Func<TPayload,Task>) Method
The Action used when subscribing to the event.

In This Topic
    Unregister(Func<TPayload,Task>) Method
    In This Topic
    Removes the first subscriber matching from the subscribers' list.
    Syntax
    protected internal void Unregister( 
       Func<TPayload,Task> subscriber
    )
    Protected Friend Overloads Sub Unregister( _
       ByVal subscriber As Func(Of TPayload,Task) _
    ) 

    Parameters

    subscriber
    The Action used when subscribing to the event.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also