ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping.Events Namespace / MapViewInitializedEvent Class / Unsubscribe Method / Unsubscribe(Action<MapViewEventArgs>) Method
The delegate used when subscribing to the event.
Version

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

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.0 or higher.
See Also