'DeclarationPublic Function New( _ ByVal arguments As EasyUAMonitoredItemArguments _ )
'UsageDim 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(Nothingin Visual Basic).