'DeclarationProtected Overridable Sub OnMarkerDataTemplateChanged( _ ByVal oldValue As DataTemplate, _ ByVal newValue As DataTemplate _ )
'UsageDim instance As Series Dim oldValue As DataTemplate Dim newValue As DataTemplate instance.OnMarkerDataTemplateChanged(oldValue, newValue)
protected virtual void OnMarkerDataTemplateChanged( DataTemplate oldValue, DataTemplate newValue )
Parameters
- oldValue
- The old value.
- newValue
- The new value.