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

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

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.RegisteredPresentationEvent<TSubscriptionParam,TPayload>

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also