ArcGIS Pro 2.8 API Reference Guide
Subscribe Method (FavoritesChangedEvent)

ArcGIS.Desktop.Core.Events Namespace > FavoritesChangedEvent Class : Subscribe Method
A delegate that is executed when the FavoritesChangedEvent is published.
(optional) The type of reference used to maintain the delegate. false is a weak reference, true is a strong reference. (default value = false)
Subscribes to the FavoritesChangedEvent that is published when favorites are changed.
Syntax
Public Shared Function Subscribe( _
   ByVal action As Action(Of EventArgs), _
   Optional ByVal keepSubscriberAlive As Boolean _
) As SubscriptionToken

Parameters

action
A delegate that is executed when the FavoritesChangedEvent is published.
keepSubscriberAlive
(optional) The type of reference used to maintain the delegate. false is a weak reference, true is a strong reference. (default value = false)

Return Value

A token that uniquely identifies the added subscription, and may subsequently be used with Unsubscribe.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

FavoritesChangedEvent Class
FavoritesChangedEvent Members