Public Sub OnDataChanged( _ ByVal values As System.Collections.Generic.List(Of CurrentValue) _ )
public void OnDataChanged( System.Collections.Generic.List<CurrentValue> values )
public: void OnDataChanged( System.Collections.Generic.List<CurrentValue^>^ values )
Parameters
- values
- The list of latest tag values.