OPC Studio User's Guide and Reference
WriteEventSource Property (PointBindingGroup)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBindingGroup Class : WriteEventSource Property
Event triggered by this source executes "Write" on associated point bindings.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property WriteEventSource As EventSource
'Usage
 
Dim instance As PointBindingGroup
Dim value As EventSource
 
instance.WriteEventSource = value
 
value = instance.WriteEventSource
[NotNull()]
public EventSource WriteEventSource {get; set;}
[NotNull()]
public:
property EventSource^ WriteEventSource {
   EventSource^ get();
   void set (    EventSource^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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