Class DynamicEntityChangedEventArgs
Describes changes to a Dynamic
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 Dynamic
If the last observation has been purged from the local data cache, the Dynamictrue
. This indicates that the dynamic entity has been purged and will receive no more associated
observations from the data source.
Properties
Name | Description |
---|---|
Dynamic |
Gets a value indicating whether the Dynamic |
Purged |
Gets the purged Dynamic |
Received |
Gets the newly received Dynamic |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |