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

    Parameters

    action
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also