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