'Declaration Protected Overridable Sub OnIsInkEffectActiveChanged( _ ByVal oldValue As Nullable(Of Boolean), _ ByVal newValue As Nullable(Of Boolean) _ )
'Usage Dim instance As MaterialComboBoxItem Dim oldValue As Nullable(Of Boolean) Dim newValue As Nullable(Of Boolean) instance.OnIsInkEffectActiveChanged(oldValue, newValue)
protected virtual void OnIsInkEffectActiveChanged( Nullable<bool> oldValue, Nullable<bool> newValue )
Parameters
- oldValue
- The old value.
- newValue
- The new value.