ArcGIS Pro 2.9 API Reference Guide
VoxelVariableProfileStatisticsChangedEvent Class
Members 

ArcGIS.Desktop.Mapping.Voxel.Events Namespace : VoxelVariableProfileStatisticsChangedEvent Class
Occurs when the statistics for an underlying voxel variable have been updated.
Object Model
VoxelVariableProfileStatisticsChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
Syntax
public sealed class VoxelVariableProfileStatisticsChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<VoxelVariableProfileEventArgs> 
Public NotInheritable Class VoxelVariableProfileStatisticsChangedEvent 
   Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of VoxelVariableProfileEventArgs)
Remarks
When a voxel variable profile is first loaded, its voxel data values must be read and statistics computed.
Inheritance Hierarchy

System.Object
   ArcGIS.Core.Events.EventBase
      ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
         ArcGIS.Desktop.Mapping.Voxel.Events.VoxelVariableProfileStatisticsChangedEvent

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

VoxelVariableProfileStatisticsChangedEvent Members
ArcGIS.Desktop.Mapping.Voxel.Events Namespace