DataChangedEventArgsT Class

Event for the replication layer, to notify services that a business object they were subscribed on has been changed.

Definition

Namespace: MobileTrack.DataContainers.Models
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class DataChangedEventArgs<T> : EventArgs
Inheritance
Object    EventArgs    DataChangedEventArgsT

Type Parameters

T
Business object type

Constructors

DataChangedEventArgsT Event for the replication layer, to notify services that a business object they were subscribed on has been changed.

Properties

NewValue New value
OldValue Original value

See Also