ArcGIS Pro 2.9 API Reference Guide
DefaultsChangedHint Property

ArcGIS.Desktop.Core.Events Namespace > ProjectUnitFormatsChangedEventArgs Class : DefaultsChangedHint Property
Gets which project default unit formats were changed to different unit formats
Syntax
public IEnumerable<UnitFormatType> DefaultsChangedHint {get;}
Public ReadOnly Property DefaultsChangedHint As IEnumerable(Of UnitFormatType)
Remarks
If the list is empty then no defaults were changed.
Note: ProjectUnitFormatsChangedEvent is also fired in response to changes made via the Project Options UI off backstage. The DefaultsChangedHint will contain all ArcGIS.Desktop.Core.UnitFormats.UnitFormatType values for an event originating from the Options UI.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ProjectUnitFormatsChangedEventArgs Class
ProjectUnitFormatsChangedEventArgs Members