ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / GroundToGridEvent Class / Unsubscribe Method / Unsubscribe(Action<GroundToGridEventArgs>) Method

Unsubscribe(Action<GroundToGridEventArgs>) Method
Unsubscribe from GroundToGridEvents by specifying the token that was returned by Subscribe.
Syntax
public static void Unsubscribe( 
   Action<GroundToGridEventArgs> action
)

Parameters

action
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.3 or higher.
See Also