'Declaration Protected Overridable Sub OnHintLineTemplateChanged( _ ByVal oldValue As DataTemplate, _ ByVal newValue As DataTemplate _ )
'Usage Dim instance As Series Dim oldValue As DataTemplate Dim newValue As DataTemplate instance.OnHintLineTemplateChanged(oldValue, newValue)
protected virtual void OnHintLineTemplateChanged( DataTemplate oldValue, DataTemplate newValue )
Parameters
- oldValue
- The old value
- newValue
- The new value.