ArcGIS Pro 2.9 API Reference Guide
Unsubscribe(Action<SketchModifiedEventArgs>) Method

ArcGIS.Desktop.Mapping.Events Namespace > SketchModifiedEvent Class > Unsubscribe Method : Unsubscribe(Action<SketchModifiedEventArgs>) Method
The delegate that was specified to a Subscribe.
Unsubscribe from the SketchModifiedEvent by specifying the same action that was given to Subscribe.
Syntax
public static void Unsubscribe( 
   Action<SketchModifiedEventArgs> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Action(Of SketchModifiedEventArgs) _
) 

Parameters

action
The delegate that was specified to a Subscribe.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

SketchModifiedEvent Class
SketchModifiedEvent Members
Overload List