ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework.Events Namespace / ClipboardChangedEvent Class / Unsubscribe Method / Unsubscribe(Action<EventArgs>) Method
The method being called.

Unsubscribe(Action<EventArgs>) Method
Stop being notified when the event occurs.
Syntax
public static void Unsubscribe( 
   Action<EventArgs> action
)

Parameters

action
The method being called.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also