ValueChangedEventArgs<T> Class

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Provides event data for value changed events there an old has been substituted by a new value.

C#

public class ValueChangedEventArgs<T> : EventArgs


Inheritance ObjectEventArgs › ValueChangedEventArgs<T>


Derived

Name Description
ValueChangedEventArgs`1(0, 0) Initializes a new instance of the ValueChangedEventArgs´1 class using the oldValue and newValue specified.
Name Description
NewValue Gets the new value which substitutes the OldValue.
OldValue Gets the old value before NewValue has been applied.