Class DynamicEntityChangedEventArgs
Describes changes to a DynamicEntity sent by the DynamicEntityChanged event.
Inheritance
System.Object
System.EventArgs
DynamicEntityChangedEventArgs
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DynamicEntityChangedEventArgs : EventArgs
Remarks
An object of this type is sent as an argument to the DynamicEntityChanged event. This event is raised whenever observations associated with an existing dynamic entity are received from the data source or purged from the local data cache.
If the last observation has been purged from the local data cache, the DynamicEntityPurged property
is set to true
. This indicates that the dynamic entity has been purged and will receive no more associated
observations from the data source.
Properties
Name | Description |
---|---|
DynamicEntityPurged | Gets a value indicating whether the DynamicEntity itself has been purged. |
PurgedObservation | Gets the purged DynamicEntityObservation. |
ReceivedObservation | Gets the newly received DynamicEntityObservation. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |