<< Click to Display Table of Contents >> Manual > Server Creation Guide > Interface > IPLink-Interface > IPLinkClient Library > IPLinkClient Library Reference > Events > ValueChanged |
Occurs when the value changes.
syntax
Private Sub AxIPLink1_ValueChanged(sender As Object,e As AxIPLINKLib6._DClientIPLinkEvents_ValueChangedEvent)Handles AxIPLink1.ValueChanged
Return Value
e.tagPath |
||
|
Type: |
String |
|
Tag path, e.g. U01.F01.T01 |
e.value |
||
|
Type: |
Void |
|
The tag value. |
This event occurs when the value changes. The value stored in Value is guaranteed to always be the value at the time of successful communication.
|
reference