ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Events Namespace / AsyncPresentationEvent<TPayload> Class
The type of message that will be passed to the subscribers.
Members

In This Topic
    AsyncPresentationEvent<TPayload> Class
    In This Topic
    Defines a class that manages publication and subscription to events.
    Object Model
    AsyncPresentationEvent<TPayload> ClassSubscriptionToken Class
    Syntax
    public abstract class AsyncPresentationEvent<TPayload> : EventBase 
    Public MustInherit Class AsyncPresentationEvent(Of TPayload) 
       Inherits EventBase
    Type Parameters
    TPayload
    The type of message that will be passed to the subscribers.
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also