Hi,
That was changed a long time ago, because users were using that instead of OnComplete, and in the wrong way. I'm sorry you still have that legacy code, but just replace:
tween.onComplete = OnCompleteCallback;
with
tween.OnComplete(OnCompleteCallback);
and you're done