'Declaration Protected Overridable Sub OnIsCheckedValueChanged( _ ByVal oldValue As Nullable(Of Boolean), _ ByVal newValue As Nullable(Of Boolean) _ )
'Usage Dim instance As ToggleSwitch Dim oldValue As Nullable(Of Boolean) Dim newValue As Nullable(Of Boolean) instance.OnIsCheckedValueChanged(oldValue, newValue)
protected virtual void OnIsCheckedValueChanged( Nullable<bool> oldValue, Nullable<bool> newValue )
Parameters
- oldValue
- newValue