ArcGIS Pro 2.9 API Reference Guide
Unsubscribe(Func<StandaloneTablesRemovingEventArgs,Task>) Method

ArcGIS.Desktop.Mapping.Events Namespace > StandaloneTablesRemovingEvent Class > Unsubscribe Method : Unsubscribe(Func<StandaloneTablesRemovingEventArgs,Task>) Method
The delegate used when subscribing to the event.
Removes the first subscriber matching the provided delegate from the subscribers' list.
Syntax
public static void Unsubscribe( 
   Func<StandaloneTablesRemovingEventArgs,Task> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Func(Of StandaloneTablesRemovingEventArgs,Task) _
) 

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

StandaloneTablesRemovingEvent Class
StandaloneTablesRemovingEvent Members
Overload List