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