QuickOPC User's Guide and Reference
ValueEventArgs Constructor(OperationEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > ValueEventArgs Class > ValueEventArgs Constructor : ValueEventArgs Constructor(OperationEventArgs)
Arguments to be copied from.
Initializes a new instance of the class. Initializes a new copy of the ValueArguments object from the OperationArguments object.
Syntax
'Declaration
 
Public Function New( _
   ByVal operationEventArgs As OperationEventArgs _
)
'Usage
 
Dim operationEventArgs As OperationEventArgs
 
Dim instance As New ValueEventArgs(operationEventArgs)
public ValueEventArgs( 
   OperationEventArgs operationEventArgs
)
public:
ValueEventArgs( 
   OperationEventArgs^ operationEventArgs
)

Parameters

operationEventArgs
Arguments to be copied from.
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