ArcGIS Pro 2.6 API Reference Guide
PropertyChanged Event (CIMObject)

ArcGIS.Core.CIM Namespace > CIMObject Class : PropertyChanged Event
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 10, Windows 8.1, Windows 7

See Also