ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Events Namespace / AsyncPresentationEvent<TPayload> Class / Contains Method / Contains(SubscriptionToken) Method
The SubscriptionToken returned by EventBase while subscribing to the event.

In This Topic
    Contains(SubscriptionToken) Method
    In This Topic
    Returns true if there is a subscriber matching SubscriptionToken.
    Syntax
    public bool Contains( 
       SubscriptionToken token
    )
    Public Overloads Function Contains( _
       ByVal token As SubscriptionToken _
    ) As Boolean

    Parameters

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

    Return Value

    true if there is a SubscriptionToken that matches; otherwise false.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also