Returns an IObservableTuple containing the values of the current
instance prior to the last update. This can be useful when a NotifyPropertyChanged
event is received to access the value of the changed field prior the change, for example
to calculate deltas. May return null if the implementation does not track old values.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.2.5 (10.6.2.5)
Syntax
C# | Visual Basic | Visual C++ |
IObservableTuple GetPreviousValues()
Function GetPreviousValues As IObservableTuple
IObservableTuple^ GetPreviousValues()