DataChangedEventArgsT Class
Event for the replication layer, to notify services that a business object they were subscribed on has been changed.
Namespace: MobileTrack.DataContainers.ModelsAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class DataChangedEventArgs<T> : EventArgs
- Inheritance
- Object EventArgs DataChangedEventArgsT
Type Parameters
- T
- Business object type
| DataChangedEventArgsT |
Event for the replication layer, to notify services that a business object they were subscribed on has been changed.
|