ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Events Namespace / RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class / Unregister Method / Unregister(SubscriptionToken) Method
The SubscriptionToken returned by EventBase while subscribing to the event.

In This Topic
    Unregister(SubscriptionToken) Method
    In This Topic
    Removes the subscriber matching the .
    Syntax
    Protected Friend Overloads Sub Unregister( _
       ByVal token As SubscriptionToken _
    ) 
    protected internal void Unregister( 
       SubscriptionToken token
    )

    Parameters

    token
    The SubscriptionToken returned by EventBase while subscribing to the event.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also