ArcGIS Pro 2.8 API Reference Guide
Unsubscribe(Func<ElevationCapturingEventArgs,Task>) Method

ArcGIS.Desktop.Editing.Events Namespace > ElevationCapturingEvent Class > Unsubscribe Method : Unsubscribe(Func<ElevationCapturingEventArgs,Task>) Method
The delegate that was specified to a Subscribe.
Unsubscribe from ElevationCapturingEvents by specifying the same action that was given to Subscribe.
Syntax
public static void Unsubscribe( 
   Func<ElevationCapturingEventArgs,Task> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Func(Of ElevationCapturingEventArgs,Task) _
) 

Parameters

action
The delegate that was specified to a Subscribe.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ElevationCapturingEvent Class
ElevationCapturingEvent Members
Overload List