ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMObject Class / PropertyChanged Event

In This Topic
    PropertyChanged Event (CIMObject)
    In This Topic
    Occurs when a property value changes.
    Syntax
    public event PropertyChangedEventHandler PropertyChanged
    Public Event PropertyChanged As PropertyChangedEventHandler
    Event Data

    The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also