ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Events Namespace / RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class


In This Topic
    RegisteredPresentationEvent<TSubscriptionParam,TPayload> Class Methods
    In This Topic

    For a list of all members of this type, see RegisteredPresentationEvent<TSubscriptionParam,TPayload> members.

    Protected Methods
     NameDescription
    Protected Internal MethodPublishes the CompositePresentationEvent<TPayload>.  
    Protected Internal MethodOverloaded.   
    Protected Method Callback made on the event instance when a subscriber subscribes to the event  
    Protected Method Callback made on the event instance when a subscriber unregisters from the event  
    Protected Internal MethodSubscribes a delegate to an event that will be published on the publisher thread. RegisteredPresentationEvent<TSubscriptionParam,TPayload> will maintain a to the target of the supplied action delegate.  
    Protected Internal MethodOverloaded.   
    Top
    See Also