The project's dirty state indicates changes made to the project have not yet been saved. For example, after adding a map to the project, IsDirty will return True and the Save button is enabled.
{
//The project's dirty state indicates changes made to the project have not yet been saved.
bool isProjectDirty = Project.Current.IsDirty;
// Use isProjectDirty;
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)