'DeclarationProtected Overridable Sub OnWriteDataChanged( _ ByVal oldValue As SparkplugData _ )
'UsageDim instance As SparkplugMetric Dim oldValue As SparkplugData instance.OnWriteDataChanged(oldValue)
protected virtual void OnWriteDataChanged( SparkplugData oldValue )
protected: virtual void OnWriteDataChanged( SparkplugData^ oldValue )
Parameters
- oldValue
- The old value of the property.
The value of this parameter cannot be
null(Nothingin Visual Basic).