OPC Studio User's Guide and Reference
Assign(OperationEventArgs) Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Transfer Namespace > ResultArguments Class > Assign Method : Assign(OperationEventArgs) Method
The operation event arguments to be assigned to these arguments.

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

Assigns OpcLabs.BaseLib.OperationModel.OperationEventArgs to the arguments.
Syntax
'Declaration
 
Public Overloads Sub Assign( _
   ByVal eventArgs As OperationEventArgs _
) 
'Usage
 
Dim instance As ResultArguments
Dim eventArgs As OperationEventArgs
 
instance.Assign(eventArgs)
public void Assign( 
   OperationEventArgs eventArgs
)
public:
void Assign( 
   OperationEventArgs^ eventArgs
) 

Parameters

eventArgs
The operation event arguments to be assigned to these arguments.

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

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