| Package | Description | 
|---|---|
| agi.foundation.tracking | 
 Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EntitySet.addChanged(EventHandler<EntitySetChangedEventArgs<TEntity>> value)
Adds a handler for an event that is raised when entities are added to or removed from this entity set. 
 | 
void | 
EntitySet.removeChanged(EventHandler<EntitySetChangedEventArgs<TEntity>> value)
Removes a handler for an event that is raised when entities are added to or removed from this entity set. 
 |