Click or drag to resize

SecondaryBinderBindingResults Class

Binding results.
Inheritance Hierarchy
SystemObject
  Demo3D.PLCSecondaryBinderBindingResults

Namespace:  Demo3D.PLC
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public sealed class BindingResults : IDisposable

The SecondaryBinderBindingResults type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose to unbind.
Top
Events
  NameDescription
Public eventOnDispose
Occurs after disposal.
Top
Remarks
Call Dispose to unbind.
See Also