ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / PropertyChangedEventArgsEx<T> Class / PropertyChangedEventArgsEx<T> Constructor
The name of the property that has changed.
The previous value of the property.
The new value of the property.

In This Topic
    PropertyChangedEventArgsEx<T> Constructor
    In This Topic
    Default constructor
    Syntax
    public PropertyChangedEventArgsEx<T>( 
       string propertyName,
       T oldValue,
       T newValue
    )
    Public Function New( _
       ByVal propertyName As String, _
       ByVal oldValue As T, _
       ByVal newValue As T _
    )

    Parameters

    propertyName
    The name of the property that has changed.
    oldValue
    The previous value of the property.
    newValue
    The new value of the property.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also