ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PropertyChangedBase Class / NotifyPropertyChanged Method / NotifyPropertyChanged(String) Method

In This Topic
    NotifyPropertyChanged(String) Method
    In This Topic
    Raises the PropertyChanged event for the specified property.
    Syntax
    protected virtual void NotifyPropertyChanged( 
       string name
    )
    Protected Overloads Overridable Sub NotifyPropertyChanged( _
       Optional ByVal name As String _
    ) 

    Parameters

    name
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also