'DeclarationPublic Function New( _ ByVal arguments As EasyUAMonitoredItemArguments _ )
'UsageDim arguments As EasyUAMonitoredItemArguments Dim instance As New EasyUADataChangeNotificationEventArgs(arguments)
public EasyUADataChangeNotificationEventArgs( EasyUAMonitoredItemArguments arguments )
public: EasyUADataChangeNotificationEventArgs( EasyUAMonitoredItemArguments^ arguments )
Parameters
- arguments
- Arguments that were used to subscribe to a monitored item in an OPC-UA server. Must not be null.
The value of this parameter cannot be
null(Nothingin Visual Basic).