ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / ActiveParcelRecordChangingEvent Class
Members

In This Topic
    ActiveParcelRecordChangingEvent Class
    In This Topic
    Occurs when the active parcel record changes.
    Object Model
    ActiveParcelRecordChangingEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class ActiveParcelRecordChangingEvent : ArcGIS.Core.Events.CompositePresentationEvent<ParcelRecordEventArgs> 
    Public NotInheritable Class ActiveParcelRecordChangingEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of ParcelRecordEventArgs)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Editing.Events.ActiveParcelRecordChangingEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also