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