ArcGIS Pro 2.8 API Reference Guide
Unsubscribe(Action<MapSeriesEventArgs>) Method

ArcGIS.Desktop.Layouts.Events Namespace > MapSeriesEvent Class > Unsubscribe Method : Unsubscribe(Action<MapSeriesEventArgs>) 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( 
   Action<MapSeriesEventArgs> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Action(Of MapSeriesEventArgs) _
) 

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MapSeriesEvent Class
MapSeriesEvent Members
Overload List