ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports.Events Namespace / ReportRemovedEvent Class / Unsubscribe Method / Unsubscribe(Action<ReportUpdatedEventArgs>) Method
The delegate used when subscribing to the event.
Version

Unsubscribe(Action<ReportUpdatedEventArgs>) Method
Removes the first subscriber matching the provided delegate from the subscribers' list.
Syntax
public static void Unsubscribe( 
   Action<ReportUpdatedEventArgs> action
)

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also