PlcMemberChangedEventArgs Members

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

PlcMemberChangedEventArgs(PlcMember, Object, Object)

Initializes a new instance of the PlcMemberChangedEventArgs class using the member, oldValue and newValue specified.

C#

public PlcMemberChangedEventArgs(PlcMember member, object oldValue, object newValue)


Parameters

member PlcMember

The PlcMember that has been changed.

oldValue Object

The old value before newValue has been applied.

newValue Object

The new value which substitutes the oldValue.


Exceptions

ArgumentNullException

The member is a null reference (Nothing in Visual Basic).

Member

Gets the member that has been changed.

C#

public PlcMember Member { get; }


Property Value

PlcMember

The PlcMember affected by the change.