QuickOPC User's Guide and Reference
ReadEventSource Property (PointBinding)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinding Class : ReadEventSource Property
Event triggered by this source executes the Read operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property ReadEventSource As EventSource
'Usage
 
Dim instance As PointBinding
Dim value As EventSource
 
instance.ReadEventSource = value
 
value = instance.ReadEventSource
[NotNull()]
public EventSource ReadEventSource {get; set;}
[NotNull()]
public:
property EventSource^ ReadEventSource {
   EventSource^ get();
   void set (    EventSource^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also