ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / ActiveTopologyChangingEvent Class
Members

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

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

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also