'Declaration Protected Overridable Sub OnInkEffectOpacityChanged( _ ByVal oldValue As Nullable(Of Double), _ ByVal newValue As Nullable(Of Double) _ )
'Usage Dim instance As MaterialComboBoxItem Dim oldValue As Nullable(Of Double) Dim newValue As Nullable(Of Double) instance.OnInkEffectOpacityChanged(oldValue, newValue)
protected virtual void OnInkEffectOpacityChanged( Nullable<double> oldValue, Nullable<double> newValue )
Parameters
- oldValue
- The old value.
- newValue
- The the value.