'DeclarationPublic Function New( _ ByVal eventArgs As EasySparkplugPayloadNotificationEventArgs _ )
'UsageDim eventArgs As EasySparkplugPayloadNotificationEventArgs Dim instance As New EasySparkplugPayloadNotificationEventArgs(eventArgs)
public EasySparkplugPayloadNotificationEventArgs( EasySparkplugPayloadNotificationEventArgs eventArgs )
public: EasySparkplugPayloadNotificationEventArgs( EasySparkplugPayloadNotificationEventArgs^ eventArgs )
Parameters
- eventArgs
- The event arguments to copy from.
The value of this parameter cannot be
null(Nothingin Visual Basic).