ArcGIS Pro 3.3 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 static void Unsubscribe( 
       Action<ParcelRecordEventArgs> action
    )
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of ParcelRecordEventArgs) _
    ) 

    Parameters

    action
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also