Connectivity Software User's Guide and Reference
ProcessedEventArgs Constructor(ProcessedEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Widgets Namespace > ProcessedEventArgs Class > ProcessedEventArgs Constructor : ProcessedEventArgs Constructor(ProcessedEventArgs)
The ProcessedEventArgs instance from which to copy the state.

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

Initializes a new instance of the class by copying the state from the specified processed event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal eventArgs As ProcessedEventArgs _
)
'Usage
 
Dim eventArgs As ProcessedEventArgs
 
Dim instance As New ProcessedEventArgs(eventArgs)
public ProcessedEventArgs( 
   ProcessedEventArgs eventArgs
)
public:
ProcessedEventArgs( 
   ProcessedEventArgs^ eventArgs
)

Parameters

eventArgs
The ProcessedEventArgs instance from which to copy the state.

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

Exceptions
ExceptionDescription
Thrown when eventArgs is null.
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