ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMObject Class / RaisePropertyChanged Method
The Property

In This Topic
    RaisePropertyChanged Method
    In This Topic
    Called from a property setter to notify the framework that an Object member has changed.
    Syntax
    protected void RaisePropertyChanged( 
       string propertyName
    )
    Protected Sub RaisePropertyChanged( _
       ByVal propertyName As String _
    ) 

    Parameters

    propertyName
    The Property
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also