ArcGIS Pro 2.6 API Reference Guide
NotifyPropertyChanged<T>(Expression<Func<T>>) Method

ArcGIS.Desktop.Framework.Contracts Namespace > PropertyChangedBase Class > NotifyPropertyChanged Method : NotifyPropertyChanged<T>(Expression<Func<T>>) Method
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 10, Windows 8.1, Windows 7

See Also

Reference

PropertyChangedBase Class
PropertyChangedBase Members
Overload List