ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / MapUnitFormatChangedEvent Class
Members

In This Topic
    MapUnitFormatChangedEvent Class
    In This Topic
    Occurs when a map display unit format is changed.
    Object Model
    MapUnitFormatChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    Remarks
    Current unit format changes include the map location and elevation unit formats.
    Unit format changes can also occur when a map is not active or before a map is initialized in which case the MapUnitFormatChangedEventArgs.Map property can be null.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Mapping.Events.MapUnitFormatChangedEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also