ValueChangedEventArgs Members

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll, IPS7LnkNet.Advanced.dll
The ValueChangedEventArgs type exposes the following members.

ValueChangedEventArgs(Object, Object)

Initializes a new instance of the ValueChangedEventArgs class using the oldValue and newValue specified.

C#

public ValueChangedEventArgs(object oldValue, object newValue)


Parameters

oldValue Object

The old value before newValue has been applied.

newValue Object

The new value which substitutes the oldValue.