ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Page Class / IsModified Property

In This Topic
    IsModified Property
    In This Topic
    Gets or sets a boolean to notify the system that the page has been modified.
    Syntax
    protected internal bool IsModified {get; set;}
    Protected Friend Property IsModified As Boolean
    Remarks
    CommitAsync and CancelAsync are only called if the page has set this property and IsValid to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also