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