ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / FavoritesChangedEvent Class


In This Topic
    FavoritesChangedEvent Class Methods
    In This Topic

    For a list of all members of this type, see FavoritesChangedEvent members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Subscribes to the FavoritesChangedEvent that is published when favorites are changed.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Unsubscribe from FavoritesChangedEvent.  
    Top
    Protected Methods
     NameDescription
    Protected Internal MethodPublishes the ArcGIS.Core.Events.CompositePresentationEvent<TPayload>. (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<EventArgs>)
    Protected Internal MethodOverloaded.  (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<EventArgs>)
    Protected Internal MethodReturns true if there are currently any subscribers. (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<EventArgs>)
    Protected Method Called when the first subscriber subscribes to this event. (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<EventArgs>)
    Protected Method Called when the last subscriber unsubscribes from this event. (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<EventArgs>)
    Protected Internal MethodSubscribes a delegate to an event that will be published on the publisher thread. ArcGIS.Core.Events.CompositePresentationEvent<TPayload> will maintain a to the target of the supplied action delegate. (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<EventArgs>)
    Protected Internal MethodOverloaded.  (Inherited from ArcGIS.Core.Events.CompositePresentationEvent<EventArgs>)
    Top
    See Also