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

In This Topic
    NotifyPropertyChanged<T>(Expression<Func<T>>) Method
    In This Topic
    Raises the PropertyChanged event for the specified property.
    Syntax
    protected virtual void NotifyPropertyChanged<T>( 
       Expression<Func<T>> property
    )
    Protected Overloads Overridable Sub NotifyPropertyChanged(Of T)( _
       ByVal property As Expression(Of Func(Of T)) _
    ) 

    Parameters

    property

    Type Parameters

    T
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also