ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Events Namespace / AsyncPresentationEvent<TPayload> Class


In This Topic
    AsyncPresentationEvent<TPayload> Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodPublishes the CompositePresentationEvent<TPayload>.  
    Public MethodOverloaded.   
    Public MethodSubscribes a delegate to an event that will be published on the publisher thread. AsyncPresentationEvent<TPayload> will maintain a to the target of the supplied action delegate.  
    Public MethodOverloaded.   
    Top
    Protected Methods
     NameDescription
    Protected Internal MethodReturns true if there are currently any subscribers.  
    Protected Method Called when the first subscriber subscribes to this event.  
    Protected Method Called when the last subscriber unsubscribes from this event.  
    Top
    See Also