'Declaration Protected Overridable Sub OnContentChanged( _ ByVal oldValue As Object, _ ByVal newValue As Object _ )
'Usage Dim instance As ButtonSpinner Dim oldValue As Object Dim newValue As Object instance.OnContentChanged(oldValue, newValue)
Parameters
- oldValue
- The old value of the Content property.
- newValue
- The new value of the Content property.