Click or drag to resize

IConnectionPoint Interface

A single connection point.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public interface IConnectionPoint

The IConnectionPoint type exposes the following members.

Properties
  NameDescription
Public propertyValue
Gets or sets the value of the item.
Top
Methods
Events
  NameDescription
Public eventValueChanged
Occurs when the value of the item changes.
Top
See Also