'DeclarationProtected Overridable Sub OnSystemConnectionStateChanged( _ ByVal e As SparkplugConnectionStateChangedEventArgs _ )
'UsageDim instance As SparkplugDevice Dim e As SparkplugConnectionStateChangedEventArgs instance.OnSystemConnectionStateChanged(e)
protected virtual void OnSystemConnectionStateChanged( SparkplugConnectionStateChangedEventArgs e )
protected: virtual void OnSystemConnectionStateChanged( SparkplugConnectionStateChangedEventArgs^ e )
Parameters
- e
- The event arguments.
The value of this parameter cannot be
null(Nothingin Visual Basic).