<< Click to Display Table of Contents >> Manual > Server Creation Guide > Interface > IPLink-Interface > IPLinkClient Library > IPLinkClient Library Reference > Events > StateChanged |
Occurs when the connection status of the IPLink server changes.
syntax
Private Sub AxIPLink1_StateChanged(sender As Object,e As AxIPLINKLib6._DClientIPLinkEvents_StateChangedEvent)Handles AxIPLink1.StateChanged
Return Value
e.state |
||
|
Type: |
Void |
|
Connection status. True - Connected. False - Not connected. |
This event occurs when the connection state with the server changes.
|
reference