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


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

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

    Protected Methods
     NameDescription
    Protected Internal MethodPublishes the CompositePresentationEvent<TPayload>.  
    Protected Internal MethodOverloaded.   
    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.  
    Protected Internal MethodSubscribes a delegate to an event that will be published on the publisher thread. CompositePresentationEvent<TPayload> will maintain a to the target of the supplied action delegate.  
    Protected Internal MethodOverloaded.   
    Top
    See Also