'Declaration Protected Overridable Sub OnRChanged( _ ByVal oldValue As Byte, _ ByVal newValue As Byte _ )
'Usage Dim instance As ColorCanvas Dim oldValue As Byte Dim newValue As Byte instance.OnRChanged(oldValue, newValue)
Parameters
- oldValue
- The old byte value.
- newValue
- The new byte value.