INGEAR.NET.MBLINK

Tag.DataChange Method 

DataChange fires when the data value from the MODBUS device changes

[Visual Basic]
Overridable Protected Sub DataChange( _
   ByVal e As DataChangeEventArgs _
)
[C#]
protected virtual void DataChange(
   DataChangeEventArgs e
);

Parameters

e
Event parameters DataChangeEventArgs

Remarks

The Now property does not invoke a DataChage event.

Example

VB

C#

See Also

Tag Class | MBLink Namespace