ArcGIS Pro 2.7 API Reference Guide
RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class
Members 

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.
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 10, Windows 8.1

See Also

Reference

RegisteredPresentationEvent<TSubscriptionParam,TPayload> Members
ArcGIS.Core.Events Namespace