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

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

    Parameters

    args
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also