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

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

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DrawStartedEvent Class
DrawStartedEvent Members
Overload List