ArcGIS Pro 3.7 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 Overloads Overridable Sub NotifyPropertyChanged(Of T)( _
       ByVal property As Expression(Of Func(Of T)) _
    ) 
    protected virtual void NotifyPropertyChanged<T>( 
       Expression<Func<T>> property
    )

    Parameters

    property

    Type Parameters

    T
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also