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

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

    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