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

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

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

VoxelVariableProfileStatisticsChangedEvent Class
VoxelVariableProfileStatisticsChangedEvent Members
Overload List