ArcGIS Pro 3.7 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 Friend Overloads Sub Unregister( _
       ByVal subscriber As Func(Of TPayload,Task) _
    ) 
    protected internal void Unregister( 
       Func<TPayload,Task> subscriber
    )

    Parameters

    subscriber
    The Action used when subscribing to the event.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also