ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectHomeFolderChangedEventArgs Class / ProjectHomeFolderChangedEventArgs Constructor
The previous value of the current project's home folder property
The new (current) value of the current project's home folder property

In This Topic
    ProjectHomeFolderChangedEventArgs Constructor
    In This Topic
    Default constructor
    Syntax
    public ProjectHomeFolderChangedEventArgs( 
       string oldValue,
       string newValue
    )
    Public Function New( _
       ByVal oldValue As String, _
       ByVal newValue As String _
    )

    Parameters

    oldValue
    The previous value of the current project's home folder property
    newValue
    The new (current) value of the current project's home folder property
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also