ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectEventArgs Class / AllowProjectModification Property

In This Topic
    AllowProjectModification Property
    In This Topic
    Gets whether the project should allow event handlers to modify project and make project dirty
    Syntax
    Public Property AllowProjectModification As Boolean
    public bool AllowProjectModification {get; set;}
    Remarks

    Can be set within the ProjectSavingEvent otherwise it will always be false and can be ignored.

    Requirements

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

    ArcGIS Pro version: 3.6 or higher.
    See Also