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

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

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also