Show / Hide Table of Contents

Class DynamicEntityEventArgs

Provides details about a DynamicEntity that has been sent by DynamicEntityReceived or DynamicEntityPurged.

Inheritance
object
EventArgs
DynamicEntityEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DynamicEntityEventArgs : EventArgs
Remarks

An object of this type is sent as an argument to the following DynamicEntityDataSource events:

  • DynamicEntityReceived: raised by the data source when a new dynamic entity is created in response to a received observation with a track ID that has not yet been encountered in this session
  • DynamicEntityPurged: raised by the data source when all observations associated with a dynamic entity have been purged from the local data cache

Properties

Name Description
DynamicEntity

Gets the DynamicEntity that has been received from the data source or purged from the local data cache.

Applies to

TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 300.0
.NET Windows200.3 - 300.0
.NET Android200.3 - 300.0
.NET iOS200.3 - 300.0
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.