Class DynamicEntityObservationEventArgs
Provides details about a DynamicEntityObservation that has been received from the data source or purged from the local data cache.
Inheritance
System.Object
    System.EventArgs
    DynamicEntityObservationEventArgs
  
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class DynamicEntityObservationEventArgs : EventArgs
  Remarks
An object of this type is sent as an argument to the following DynamicEntityDataSource events:
- DynamicEntityObservationReceived: raised by the data source when a new dynamic entity observation is received
 - DynamicEntityObservationPurged: raised by the data source when an observation is purged from local data cache due to a limit defined by PurgeOptions
 
Properties
| Name | Description | 
|---|---|
| Observation | Gets the DynamicEntityObservation that has been received from the data source or purged from the local data cache.  | 
      
See Also
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 | 
| .NET | 200.3 - 200.8 | 
| .NET Windows | 200.3 - 200.8 | 
| .NET Android | 200.3 - 200.8 | 
| .NET iOS | 200.3 - 200.8 | 
| .NET Framework | 200.3 - 200.8 | 
| UWP | 200.3 - 200.8 |