DataChangedEventArgsT Constructor

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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public DataChangedEventArgs(
	T oldValue,
	T newValue
)

Parameters

oldValue  T
Original value
newValue  T
New value

See Also