'Declaration Protected Overridable Sub OnInkEffectOpacityChanged( _ ByVal oldValue As Double, _ ByVal newValue As Double _ )
'Usage Dim instance As MaterialListBox Dim oldValue As Double Dim newValue As Double instance.OnInkEffectOpacityChanged(oldValue, newValue)
Parameters
- oldValue
- The old value.
- newValue
- The new value.