ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / ActiveParcelRecordChangingEvent Class / Unsubscribe Method / Unsubscribe(Action<ParcelRecordEventArgs>) Method

In This Topic
    Unsubscribe(Action<ParcelRecordEventArgs>) Method
    In This Topic
    Unsubscribe to the active record change event.
    Syntax
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of ParcelRecordEventArgs) _
    ) 
    public static void Unsubscribe( 
       Action<ParcelRecordEventArgs> action
    )

    Parameters

    action
    Requirements

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

    ArcGIS Pro version: 3.2 or higher.
    See Also