ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PropertyChangedBase Class / NotifyPropertyChanged Method / NotifyPropertyChanged<T>(Expression<Func<T>>) Method
Version

    NotifyPropertyChanged<T>(Expression<Func<T>>) Method
    Raises the PropertyChanged event for the specified property.
    Syntax
    protected virtual void NotifyPropertyChanged<T>( 
       Expression<Func<T>> property
    )

    Parameters

    property

    Type Parameters

    T
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also