Connectivity Software User's Guide and Reference
EasyUAEventNotificationEventArgs Constructor(EasyUAMonitoredItemArguments)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.OperationModel Namespace > EasyUAEventNotificationEventArgs Class > EasyUAEventNotificationEventArgs Constructor : EasyUAEventNotificationEventArgs Constructor(EasyUAMonitoredItemArguments)
The arguments that were used to subscribe to the monitored item.

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

Initializes a new instance of the class with the specified monitored item arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal arguments As EasyUAMonitoredItemArguments _
)
'Usage
 
Dim arguments As EasyUAMonitoredItemArguments
 
Dim instance As New EasyUAEventNotificationEventArgs(arguments)
public EasyUAEventNotificationEventArgs( 
   EasyUAMonitoredItemArguments arguments
)
public:
EasyUAEventNotificationEventArgs( 
   EasyUAMonitoredItemArguments^ arguments
)

Parameters

arguments
The arguments that were used to subscribe to the monitored item.

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