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

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

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

VoxelAssetChangedEvent Class
VoxelAssetChangedEvent Members
Overload List