ArcGIS Pro 3.6 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 bool AllowProjectModification {get; set;}
    Public Property AllowProjectModification As Boolean
    Remarks

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also