ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectHomeFolderChangedEvent Class / Subscribe Method
The delegate called by the event
(optional) True indicates the delegate has a strong reference to the event, and must be unsubscribed when the subscription is no longer needed. False indicates a weak delegate reference to the event. (default value = false)

In This Topic
    Subscribe Method (ProjectHomeFolderChangedEvent)
    In This Topic
    Subscribe to the ProjectHomeFolderChangedEvent event.
    Syntax

    Parameters

    action
    The delegate called by the event
    keepSubscriberAlive
    (optional) True indicates the delegate has a strong reference to the event, and must be unsubscribed when the subscription is no longer needed. False indicates a weak delegate reference to the event. (default value = false)

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also