Click or drag to resize

IConnectionPoint Interface

A single connection point.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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
  NameDescription
Public methodRelease
Releases the connection point.
Top
Events
  NameDescription
Public eventValueChanged
Occurs when the value of the item changes.
Top
See Also