ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / SystemFavoritesChangedEvent Class
Members

In This Topic
    SystemFavoritesChangedEvent Class
    In This Topic
    Provides information when the system favorites collection is changed.
    Object Model
    SystemFavoritesChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    Public NotInheritable Class SystemFavoritesChangedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of EventArgs)
    public sealed class SystemFavoritesChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<EventArgs> 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Core.Events.SystemFavoritesChangedEvent

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also