ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / StandaloneTablesMovedEvent Class / Unsubscribe Method / Unsubscribe(Action<StandaloneTableEventArgs>) Method
The delegate used when subscribing to the event.

In This Topic
    Unsubscribe(Action<StandaloneTableEventArgs>) Method
    In This Topic
    Removes the first subscriber matching the provided delegate from the subscribers' list.
    Syntax
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of StandaloneTableEventArgs) _
    ) 
    public static void Unsubscribe( 
       Action<StandaloneTableEventArgs> action
    )

    Parameters

    action
    The delegate used when subscribing to the event.
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also