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

In This Topic
    Unsubscribe(Action<TopologyEventArgs>) Method
    In This Topic
    Unubscribe to topology option change event.
    Syntax
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of TopologyEventArgs) _
    ) 
    public static void Unsubscribe( 
       Action<TopologyEventArgs> action
    )

    Parameters

    action
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also