How to detect if object has left the screen?

Is there a event or another way to detect when a object has left the visible screen?

OnBecameInvisible() for the gameobject leaving the camera and OnBecameVisible() for appearing onscreen.